From a9c3dc58faf12a54c7697255251ba56ee552092c Mon Sep 17 00:00:00 2001 From: Emilio Date: Tue, 31 Dec 2019 16:46:25 +0100 Subject: [PATCH] Fix sudo script --- _gtfobins/script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/script.md b/_gtfobins/script.md index bd91706..7694fbc 100644 --- a/_gtfobins/script.md +++ b/_gtfobins/script.md @@ -3,7 +3,7 @@ functions: shell: - code: script -q /dev/null sudo: - - code: sudo ./script -q /dev/null + - 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