1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-08 22:46:34 +00:00

Some (mostly minor rewording) NSEDoc updates

This commit is contained in:
fyodor
2011-09-29 22:06:23 +00:00
parent 11625b686d
commit 131dccc5d2
7 changed files with 17 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
description = [[
Matches SSL certificate hash against Google Certificate Catalog. It
uses the certificate gotten from ssl-cert.nse script.
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.
]]
---