mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
12 lines
221 B
Plaintext
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:
|
|
...
|