1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/script.md

11 lines
239 B
Markdown
Raw Normal View History

2019-02-02 11:02:14 +01:00
---
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
---