GTFOBins.github.io/_gtfobins/ex.md
2020-11-12 14:21:00 +01:00

29 lines
363 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
limited-suid:
- code: |
./ex
!/bin/sh
---