1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/setcap
2026-01-17 12:25:26 +01:00

12 lines
221 B
Plaintext

---
functions:
privilege-escalation:
- code: |-
setcap cap_setuid+ep /path/to/command
comment: |-
This can be used to assign capabilities to executable files.
contexts:
sudo:
suid:
...