Docker container implementing tests for CVE-2016-2107 - LuckyNegative20
Dockerized test for CVE-2016-2107. Code written by Filippo Valsorda:
- GitHub
- zero to decryption blog explaining the vulenrabiltiy
- online CVE-2016-2107 test
Update
Current version is using static linking to get tiny output file and no dependencies, this way I could use scratch
as base image (virtually zero size, just docker metadata) and single binary to produce working container. I'm surprised myself :-)
### Usage
$ docker run -it --rm tmiklas/docker-cve-2016-2107 <hostname or hostname:port>