From 8185fca0391397e244d27d60624d2fbcc593ba77 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sun, 27 May 2018 18:31:52 +0100 Subject: [PATCH] Fix watch sudo code --- _gtfobins/watch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gtfobins/watch.md b/_gtfobins/watch.md index ada07a4..ef24de0 100644 --- a/_gtfobins/watch.md +++ b/_gtfobins/watch.md @@ -6,7 +6,7 @@ functions: - 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 + code: ./watch -x /usr/bin/id suid-limited: - - code: watch /usr/bin/id + - code: ./watch /usr/bin/id ---