1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/vi.md

21 lines
406 B
Markdown
Raw Permalink Normal View History

2018-05-21 21:14:41 +02:00
---
2018-12-18 14:04:05 +01:00
description: Modern Unix systems run [`vim`](/gtfobins/vim/) binary when `vi` is called.
2018-05-21 21:14:41 +02:00
functions:
2018-10-05 19:55:38 +02:00
shell:
2018-12-18 14:04:05 +01:00
- code: vi -c ':!/bin/sh' /dev/null
2018-07-16 15:01:50 +02:00
- code: |
vi
:set shell=/bin/sh
:shell
2018-05-28 19:55:44 +02:00
file-write:
2018-07-16 15:01:50 +02:00
- code: |
vi file_to_write
iDATA
2018-08-20 14:24:15 +02:00
^[
2018-07-16 15:01:50 +02:00
w
2018-07-04 20:26:52 +02:00
file-read:
2018-07-16 15:01:50 +02:00
- code: vi file_to_read
2018-10-05 19:55:38 +02:00
sudo:
2018-12-18 14:04:05 +01:00
- code: sudo vi -c ':!/bin/sh' /dev/null
2018-05-25 01:10:39 +02:00
---