GTFOBins.github.io/_gtfobins/watch.md

14 lines
346 B
Markdown
Raw Normal View History

2018-05-27 19:17:14 +02:00
---
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
---