mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
Add watch
This commit is contained in:
parent
b06bb08f96
commit
39e2d3335c
13
_gtfobins/watch.md
Normal file
13
_gtfobins/watch.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
functions:
|
||||
execute-non-interactive:
|
||||
- code: watch /usr/bin/id
|
||||
sudo-enabled:
|
||||
- code: watch /usr/bin/id
|
||||
suid-enabled:
|
||||
- description: |-
|
||||
If present, maintain the SUID privileges with the `-x` option that uses `exec` instead of `sh -c`.
|
||||
code: watch -x /usr/bin/id
|
||||
suid-limited:
|
||||
- code: watch /usr/bin/id
|
||||
---
|
Loading…
Reference in New Issue
Block a user