
Docker image that lets me study the exploitation of the VIM exploit
Docker image that lets me study the exploitation of the VIM exploit here
# on Host
$ make build
$ make run
$ make attach # This brings you into the container with the vulnerable Vim
# In docker container
$ vim exploit/poc.txt
The commit that fixes it.

Environment setup inspired by LiveOverflow's pwnedit