diff --git a/_gtfobins/script.md b/_gtfobins/script.md new file mode 100644 index 0000000..bd91706 --- /dev/null +++ b/_gtfobins/script.md @@ -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 +---