From 614954c0d3663e7c89bd8e8691b69b5c1c636adf Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sun, 27 May 2018 18:31:27 +0100 Subject: [PATCH] Fix watch sudo code --- _gtfobins/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/watch.md b/_gtfobins/watch.md index 5a4a222..ada07a4 100644 --- a/_gtfobins/watch.md +++ b/_gtfobins/watch.md @@ -3,7 +3,7 @@ functions: execute-non-interactive: - code: watch /usr/bin/id sudo-enabled: - - code: watch /usr/bin/id + - code: sudo watch /usr/bin/id suid-enabled: - description: This keeps the SUID privileges only if the `-x` option is present. code: watch -x /usr/bin/id