1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-10 01:11:34 +01:00
GTFOBins.github.io/_gtfobins/watch.md
Emilio Pinna 39e2d3335c Add watch
2018-05-27 18:17:14 +01:00

14 lines
346 B
Markdown

---
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
---