1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Ncat could print more in verbose mode about ssl certificates

This commit is contained in:
fyodor
2009-05-13 02:02:07 +00:00
parent 1798450b93
commit aeed0c814e

View File

@@ -105,6 +105,16 @@ o For at least our UDP ping probes, Nmap should probably notice if it
nmap-service-probes, though we might want to make a custom file for
this. We should probably do this for port scanning as well.
o [Ncat] In verbose mode, print when an SSL connection is established
successfully and give the leaf certificate hash to make it easier to
verify when connecting to a machine where you can't or don't want to
use --ssl-verify (e.g. connecting to an ncat ssl server where it
created its own key). While we're at it, we might want to print
some other information from the leaf node, such as organizationName
and maybe localityName, countryName or something. We don't want to
be too verbose, but 1 line would be great and 2-3 might be
acceptable.
===FEATURES FOR NEXT STABLE VERSION GO ABOVE THIS POINT===
o Scanning through proxies