1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2025-12-29 11:41:40 +01:00
GTFOBins.github.io/_gtfobins/script.md
2019-12-31 16:46:25 +01:00

11 lines
237 B
Markdown

---
functions:
shell:
- code: script -q /dev/null
sudo:
- code: sudo script -q /dev/null
file-write:
- description: The wrote content is corrupted by debug prints.
code: script -q -c 'echo DATA' file_to_write
---