
Exploit written in Python for CVE-2018-15473 with threading and export formats
On August 15th, 2018, the following advisory was posted on the OSS-Security list: http://openwall.com/lists/oss-security/2018/08/15/5
The ShelIntel team decided to invest some time and write an exploit for this vulnerability. The exploit below has the following features:
username parameteruserList parameteroutputFile parameteroutputFormat parameterAn example username input file is given in exampleInput.txt
An example results output file in List format is given in exampleOutput.txt
An example results output file in JSON format is given in exampleOutput.json
An example results output file in CSV format is given in exampleOutput.csv
pip install -r requirements.txt=======
docker build -t cve-2018-15473 .
docker run cve-2018-15473 -h
docker ps -a | awk '$2 == "cve-2018-15473" {print $1}' | xargs docker rm docker rmi cve-2018-15473