We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d504e0 commit 5df5b4eCopy full SHA for 5df5b4e
README.md
@@ -81,3 +81,18 @@ Run as
81
``nmap --script ./http-custom-title.nse <<target>> --script-args customtitle='Apache'``
82
83
84
+# vCenter RCE CVE-2021-21972 check
85
+
86
+For checking against CVE-2021-21972, CVE-2021-21973 Vulnerability in vCenter. The script also additionally prints the vSphere Version and Build Number
87
88
+Copy the .nse file to nmap/scripts/ folder and run update
89
90
+``cp cve-2021-21972.nse /usr/share/nmap/scripts/``
91
92
+``nmap --script-updatedb``
93
94
+Run as
95
96
+``nmap --script cve-2021-21972.nse -p443 <host> (optional: --script-args output=report.txt)``
97
98
0 commit comments