1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-26 01:48:03 +01:00
GTFOBins.github.io/_gtfobins/dd.md
Emilio Pinna 0834533edd Add dd
2018-05-28 20:35:35 +01:00

8 lines
123 B
Markdown

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