From 3166a321c084a7e4cd0c465afcbd78d97564566c Mon Sep 17 00:00:00 2001 From: Emilio Date: Sat, 2 Feb 2019 10:02:14 +0000 Subject: [PATCH] Add script --- _gtfobins/script.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _gtfobins/script.md 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 +---