
Proof-of-concept exploit for CVE-2017-1000117, demonstrating command injection via git clone to write arbitrary output to a web directory.
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