1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 03:41:34 +01:00
GTFOBins.github.io/_gtfobins/red.md
George O cbab8b803a Add red
Close #17.
2018-08-27 16:27:12 +02:00

17 lines
230 B
Markdown

---
description: Read and write files limited to the current directory.
file-write:
- code: |
red file_to_write
a
DATA
.
w
q
file-read:
- code: |
red file_to_read
,p
q
---