diff --git a/scripts/ssl-google-cert-catalog.nse b/scripts/ssl-google-cert-catalog.nse index b20cf6c1b..7e57a79d2 100644 --- a/scripts/ssl-google-cert-catalog.nse +++ b/scripts/ssl-google-cert-catalog.nse @@ -1,5 +1,12 @@ description = [[ -Queries Google's Certificate Catalog for the SSL certificates retrieved from target hosts. The Certificate Catalog provides information about how recently and for how long Google has seen the given certificate. If a certificate doesn't appear in the database, despite being correctly signed by a well-known CA and having a matching domain name, it may be suspicious. It uses the certificate gotten from ssl-cert.nse script, so that script must be run as well. +Queries Google's Certificate Catalog for the SSL certificates retrieved from +target hosts. + +The Certificate Catalog provides information about how recently and for how long +Google has seen the given certificate. If a certificate doesn't appear in the +database, despite being correctly signed by a well-known CA and having a +matching domain name, it may be suspicious. This script requires the +ssl-cert script to be run. ]] ---