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
VMware_vCenter_CVE-2021-21972 — VMware vCenter CVE-2021-21972 Tools | Kitploit
Tools/GitHubGitHub/robwillisinfo/vmware_vcenter_cve-2021-21972
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubrobwillisinfo/vmware_vcenter_cve-2021-21972

VMware_vCenter_CVE-2021-21972

VMware vCenter CVE-2021-21972 Tools

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
15 years agoNot yet reviewed

VMware_vCenter_CVE-2021-21972

VMware vCenter CVE-2021-21972 Related tools

Invoke-CVE-2021-21972-Scan.ps1

This script will scan the specified target hosts and attempt to detect those that are vulnerable to VMware vCenter CVE-2021-21972.

The script will execute in the following order:

  • Create a log file, default log name is Invoke-CVE-2021-21972-Scan-output.txt
  • Scan each target host by performing the following:
    • Check the root domain for vSphere/vCenter strings
      • If not found, check the /ui/ (HTML5 UI) directory for vSphere/vCenter strings
        • If not found, no vulnerability scan is performed unless -f/-force parameter is specified
    • If strings are found, make a GET request to /ui/vropspluginui/rest/services/uploadova looking for the following responses:
      • 405 - Server is likely vulnerable
      • 401 - Server is likely patched
      • Other - Server is not vulnerable

Examples

Basic usage: C:\PS> PowerShell.exe -ExecutionPolicy Bypass .\Invoke-CVE-2021-21972-Scan.ps1 -targetHosts "vcenter.local","vcenter.net"

All options with force scan: C:\PS> PowerShell.exe -ExecutionPolicy Bypass .\Invoke-CVE-2021-21972-Scan.ps1 -targetHosts "vcenter.local","vcenter.net" -outputFile "output.txt" -force

All options with force scan (shorthand version): C:\PS> PowerShell.exe -ExecutionPolicy Bypass .\Invoke-CVE-2021-21972-Scan.ps1 -t "vcenter.local","vcenter.net" -o "output.txt" -f

Blog post: https://robwillis.info/2021/02/vmware-vcenter-cve-2021-21972-scan-tool/

Download Tool