1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-17 21:11:33 +01:00
GTFOBins.github.io/_gtfobins/dd.md
2018-05-30 12:56:08 +02:00

12 lines
184 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
dd if=LFILE
file-write:
- code: |
LFILE=file_to_write
echo "data" | dd of=$LFILE
---