May 2017
Intermediate to advanced
416 pages
21h 33m
English
The Nmap options -p443 --script ssl-enum-ciphers tells Nmap to launch the NSE script ssl-enum-ciphers, which will list all the supported ciphers by iterating through a list using SSLv3/TLS connections. The script will warn about insecure configurations and include a security rating based on the strength of the algorithms.
The results of this script will quickly give us a list of problematic configurations accepted by the web server.
Read now
Unlock full access