mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 22:46:19 +01: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:
|
|
...
|