GTFOBins.github.io/_gtfobins/dd.md

8 lines
123 B
Markdown
Raw Normal View History

2018-05-28 21:34:12 +02:00
---
functions:
file-read:
- code: dd if=file_to_read
file-write:
- code: echo "data" | dd of=file_to_write
---