mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
Fix watch sudo code
This commit is contained in:
parent
35bd51047a
commit
614954c0d3
@ -3,7 +3,7 @@ functions:
|
|||||||
execute-non-interactive:
|
execute-non-interactive:
|
||||||
- code: watch /usr/bin/id
|
- code: watch /usr/bin/id
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
- code: watch /usr/bin/id
|
- code: sudo watch /usr/bin/id
|
||||||
suid-enabled:
|
suid-enabled:
|
||||||
- description: This keeps the SUID privileges only if the `-x` option is present.
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user