
Proof-of-concept exploit for CVE-2018-19246 with Docker-based deployment and Pocsuite integration for automated web application vulnerability testing.
Usage
docker build -t lucas/cve-2018-19246:0.1.0 .
docker run --rm -it -p 80:80 lucas/cve-2018-19246:0.1.0
python2 Pocsuite-2.0.8/pocsuite.py -u 172.17.0.1 -r PoC.py