1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/red.md

26 lines
373 B
Markdown
Raw Normal View History

2018-08-20 01:17:55 +02:00
---
description: Read and write files limited to the current directory.
2018-08-31 10:17:36 +02:00
functions:
file-write:
- code: |
red file_to_write
a
DATA
.
w
q
file-read:
- code: |
red file_to_read
,p
q
2019-01-03 21:43:08 +01:00
sudo:
- code: |
sudo red file_to_write
a
DATA
.
w
q
2018-08-20 01:17:55 +02:00
---