mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
---
|
|
functions:
|
|
privilege-escalation:
|
|
- code: |-
|
|
chattr +i /path/to/input-file
|
|
comment: |-
|
|
Make the target file immutable.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
...
|