- Author: Jonathan M. Wilbur <jonathan@wilbur.space>
- Copyright Year: 2019
- License: MIT License
- Install all dependencies by running
npm install
. - Compile the project using
npm run build
. - Run
node ./dist/index.js
to create the evil certificate in./dist/cve-2019-5010-cert.pem
. - Bring up the victim container with
docker-compose up
.
This is honestly probably the most unimpressive exploit ever. The docker container will crash with exit code 139 if you are successful and 0 if the exploit does not work.