mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
echo DATA | tee /path/to/output-file
|
|
comment: |-
|
|
Use `-a` to append data to exising files.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|