mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
13 lines
312 B
Markdown
13 lines
312 B
Markdown
---
|
|
functions:
|
|
execute-non-interactive:
|
|
- code: watch /usr/bin/id
|
|
suid-enabled:
|
|
- description: This keeps the SUID privileges only if the `-x` option is present.
|
|
code: ./watch -x /usr/bin/id
|
|
sudo-enabled:
|
|
- code: sudo watch /usr/bin/id
|
|
suid-limited:
|
|
- code: ./watch /usr/bin/id
|
|
---
|