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-2018-11235-PoC — PoC exploit for CVE-2018-11235 allowing RCE on git clone --recurse-submodules | Kitploit
Tools/GitHubGitHub/jongmartinez/cve-2018-11235-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubjongmartinez/cve-2018-11235-poc

CVE-2018-11235-PoC

PoC exploit for CVE-2018-11235 allowing RCE on git clone --recurse-submodules

View Repository
5 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

PoC exploit for CVE-2018-11235

root@kitploit:~
repository: http://REDACTED/2018-11235_PoC.git/
return: 
Submodule 'aaa' (https://repo1) registered for path 'aaa' 
Submodule '../../fakegit/modules/evil' (https://repo2) registered for path 'evil' 
Submodule path 'aaa': checked out '9c48e0a785dec84cb252677a8a7d55feaeac056c' 
Submodule path 'evil': checked out '9c48e0a785dec84cb252677a8a7d55feaeac056c' 

As Github prevents me of uploading the PoC

You will have to host your own repository, I managed to that by created a local repository using git init . --bare

Download Tool