1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-06-22 06:39:10 +02:00
GTFOBins.github.io/_gtfobins/ex.md
2020-12-20 20:36:47 +01:00

25 lines
303 B
Markdown

---
functions:
shell:
- code: |
ex
!/bin/sh
file-write:
- code: |
ex file_to_write
a
DATA
.
w
q
file-read:
- code: |
ex file_to_read
,p
q
sudo:
- code: |
sudo ex
!/bin/sh
---