mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
8 lines
123 B
Markdown
8 lines
123 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- code: dd if=file_to_read
|
|
file-write:
|
|
- code: echo "data" | dd of=file_to_write
|
|
---
|