1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-05 23:31:33 +01:00
GTFOBins.github.io/_gtfobins/red.md
2019-01-05 11:24:49 +00:00

26 lines
373 B
Markdown

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