1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/dd
2026-01-02 22:46:43 +01:00

18 lines
265 B
Plaintext

---
functions:
file-read:
- code: |-
dd if=/path/to/input-file
contexts:
sudo:
suid:
unprivileged:
file-write:
- code: |-
echo DATA | dd of=/path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...