From 30af60658840d8806ea85e24d650071f86e4fab5 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 6 Dec 2011 05:01:18 +0000 Subject: [PATCH] Light copyediting of NSEDoc in ssl-google-cert-catalog.nse. --- scripts/ssl-google-cert-catalog.nse | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. ]] ---