mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Light copyediting of NSEDoc in ssl-google-cert-catalog.nse.
This commit is contained in:
@@ -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
|
||||
<code>ssl-cert</code> script to be run.
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user