
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에서 영감을 받았습니다.