mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix YAML format in start-stop-daemon
This commit is contained in:
parent
86e249e812
commit
66844f9cc4
@ -3,9 +3,7 @@ functions:
|
|||||||
shell:
|
shell:
|
||||||
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
|
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh
|
||||||
suid:
|
suid:
|
||||||
- code: |
|
- code: ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
|
||||||
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
|
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
|
||||||
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user