mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 12:32:55 +01:00
Fix watch sudo code
This commit is contained in:
parent
614954c0d3
commit
8185fca039
@ -6,7 +6,7 @@ functions:
|
|||||||
- code: sudo 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
|
||||||
suid-limited:
|
suid-limited:
|
||||||
- code: watch /usr/bin/id
|
- code: ./watch /usr/bin/id
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user