Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GuayoyoCyber/CVE-2021-21972
Nmap script to check vulnerability CVE-2021-21972
https://github.com/GuayoyoCyber/CVE-2021-21972
cve-2021-21972 nmap nmap-script
Last synced: 3 months ago
JSON representation
Nmap script to check vulnerability CVE-2021-21972
- Host: GitHub
- URL: https://github.com/GuayoyoCyber/CVE-2021-21972
- Owner: GuayoyoCyber
- License: apache-2.0
- Created: 2021-02-26T21:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T13:54:38.000Z (over 3 years ago)
- Last Synced: 2024-05-20T12:35:45.116Z (6 months ago)
- Topics: cve-2021-21972, nmap, nmap-script
- Language: Lua
- Homepage:
- Size: 43.9 KB
- Stars: 29
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - GuayoyoCyber/CVE-2021-21972 - Nmap script to check vulnerability CVE-2021-21972 (Lua)
README
# CVE-2021-21972
Nmap script to check vulnerability CVE-2021-21972 - vCenter Server RCE## Vulnerability References:
https://app.howlermonkey.io/vulnerabilities/CVE-2021-21972
https://www.vmware.com/security/advisories/VMSA-2021-0002.html
## Example
nmap -p443 --script cve-2021-21972.nse --script-args vulns.showall IP
![final_603e5630e2c0df009ad51383_569264](https://user-images.githubusercontent.com/63943179/109674961-1c789300-7b56-11eb-891c-abd1078ae5dd.gif)
## Credits
Built on top of the script develop by Alex Hernandez aka [@alt3kx](https://github.com/alt3kx) - [https://github.com/alt3kx/CVE-2021-21972](https://github.com/alt3kx/CVE-2021-21972)