mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-08 12:14:13 +02:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
shred -u /path/to/output-file
|
|
comment: |-
|
|
This actually deletes the chosen file.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|