Skip to content

Commit 5df5b4e

Browse files
authored
Update README.md
Updated with details for CVE-2021-21972 RCE check
1 parent 5d504e0 commit 5df5b4e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,18 @@ Run as
8181
``nmap --script ./http-custom-title.nse <<target>> --script-args customtitle='Apache'``
8282

8383

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

Comments
 (0)