: Critical vulnerabilities (e.g., SSLv2, SSLv3, or 64-bit ciphers like DES).
Once installed, you can use the script to scan a target server. The basic syntax is: nmap --script ssl-enum-ciphers -p 443 Common Use Cases ssl-enum-ciphers download
: nmap --script ssl-enum-ciphers -p 443 google.com : Critical vulnerabilities (e
The script output will group ciphers by TLS version. Pay close attention to the and Grade columns. : Critical vulnerabilities (e.g.
Place it in your Nmap scripts directory (usually /usr/share/nmap/scripts/ on Linux). 3. Update Existing Scripts
The easiest way to get the script is to install the full Nmap suite. : Download the Nmap installer .
If you already have Nmap but want the latest version of the script, run: nmap --script-updatedb Running the Script