1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/ex.md

25 lines
303 B
Markdown
Raw Permalink Normal View History

2020-11-12 14:21:00 +01:00
---
functions:
shell:
- code: |
ex
2020-12-20 20:13:01 +01:00
!/bin/sh
2020-11-12 14:21:00 +01:00
file-write:
- code: |
ex file_to_write
a
DATA
.
w
q
file-read:
- code: |
ex file_to_read
,p
q
sudo:
- code: |
sudo ex
2020-12-20 20:13:01 +01:00
!/bin/sh
2020-11-12 14:21:00 +01:00
---