1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/script.md

11 lines
237 B
Markdown
Raw Permalink Normal View History

2019-02-02 11:02:14 +01:00
---
functions:
shell:
- code: script -q /dev/null
sudo:
2019-12-31 16:46:25 +01:00
- code: sudo script -q /dev/null
2019-02-02 11:02:14 +01:00
file-write:
- description: The wrote content is corrupted by debug prints.
code: script -q -c 'echo DATA' file_to_write
---