
Proof-of-concept exploit for CVE-2017-1000117 (Git SSH command injection) that writes command output to a web-accessible file. Part of VulApps vulnerable application collection for security training.
Fork from joernchen/CVE-2017-1000117
git clone --recursive https://github.com/VulApps/CVE-2017-1000117.git will
write the output of id to a file vul in /var/www/html.
See More at VulApps