From aeed0c814ef07c789f9df48d01779dfbeeb8a861 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 13 May 2009 02:02:07 +0000 Subject: [PATCH] Ncat could print more in verbose mode about ssl certificates --- docs/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/TODO b/docs/TODO index c0d2da36c..e627848b5 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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