mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
xxd /path/to/input-file | xxd -r
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
file-write:
|
|
- code: |-
|
|
echo DATA | xxd | xxd -r - /path/to/output-file
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|