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
cis-vsphere — A tool to assess the compliance of a VMware vSphere environment against the CIS Benchmark. | Kitploit
Tools/GitHubGitHub/karimhabush/cis-vsphere
Cloud Infrastructure SecurityVulnerability ScannersConfiguration Auditing
GitHubkarimhabush/cis-vsphere

cis-vsphere

A tool to assess the compliance of a VMware vSphere environment against the CIS Benchmark.

View Repository
53183 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🦍 CIS vSphere

Preview

A tool to assess the compliance of a VMware vSphere environment against the CIS Benchmark for VMware vSphere.

Requirements

  • VMware PowerCLI 12.0.0 or higher
  • VMware vSphere 7.0
  • Read access to the vCenter or ESXi host

Usage

  1. Clone the repo and navigate to the folder:
root@kitploit:~
git clone https://github.com/karimhabush/cis-vsphere.git
cd cis-vsphere
  1. Install PowerCLI :
root@kitploit:~
Install-Module -Name VMware.PowerCLI -Scope CurrentUser -Force
  1. Run the script :
root@kitploit:~
.\src\cis-vsphere.ps1

Notes

  • To verify the patches, you will need to update the patches.json file with the latest patches for your environment.

Roadmap

  • Add support for vSphere 6.5, 6.7, and 8.0

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Download Tool