1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Add script

This commit is contained in:
Emilio 2019-02-02 10:02:14 +00:00
parent fc59ef546f
commit 3166a321c0

10
_gtfobins/script.md Normal file

@ -0,0 +1,10 @@
---
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
---