mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-09 04:34:11 +02: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:
|
|
...
|