1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00

Fix YAML format in start-stop-daemon

This commit is contained in:
Andrea Cardaci 2018-11-05 16:41:04 +01:00
parent 86e249e812
commit 66844f9cc4

View File

@ -3,9 +3,7 @@ functions:
shell:
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
suid:
- code: |
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
- code: ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
sudo:
- code: |
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
- code: sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
---