mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
26 lines
373 B
Markdown
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
|
|
---
|