Tags: vimshell pwn escape deadface vim deadfacectf
Rating:
Once connecting to the machine you load into vim right away. Based on the situation the only way is to escape vim. The easiest way is ``:sh`` or ``:shell`` where ``:`` indicates the command in the vim terminal. After you escape vim you can also upgrade your shell with either ``/bin/bash`` or ``python -c 'import pty; pty.spawn("/bin/bash")'``(There is python on the box).