
VIMエクスプロイトの悪用を学習できるDockerイメージ
VIM エクスプロイトの悪用を研究できる Docker イメージ ここ
# 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
この問題を修正するコミット。

環境構築は LiveOverflow の pwnedit に触発されたものです。