1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/stdbuf
2026-01-07 21:59:13 +01:00

14 lines
194 B
Plaintext

---
functions:
shell:
- code: |-
stdbuf -i0 /bin/sh
contexts:
sudo:
suid:
code: |-
stdbuf -i0 /bin/sh -p
shell: false
unprivileged:
...