1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/chattr
2026-01-22 13:21:41 +01:00

12 lines
184 B
Plaintext

---
functions:
privilege-escalation:
- code: |-
chattr +i /path/to/input-file
comment: |-
Make the target file immutable.
contexts:
sudo:
suid:
...