This commit is contained in:
Emilio Pinna 2018-05-28 20:34:12 +01:00
parent 41e62d689a
commit 0834533edd

7
_gtfobins/dd.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
file-read:
- code: dd if=file_to_read
file-write:
- code: echo "data" | dd of=file_to_write
---