From f358f58eaf9ea682059588b51fd48c2d566db995 Mon Sep 17 00:00:00 2001 From: Narbeh Arakil Date: Sat, 29 Jun 2019 00:45:33 +0430 Subject: [PATCH] Make better output --- README.md | 4 ++-- ssl_checker.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e186d26..d1226bd 100644 --- a/README.md +++ b/README.md @@ -235,10 +235,10 @@ cert_sn,338163108483756707389368573553026254634358 - Enable timeout for connections and handshakes - HTML export ability - +- Make print_status cleaner and smarter ### Author Narbeh Arakil -http://narbeh.org \ No newline at end of file +http://narbeh.org diff --git a/ssl_checker.py b/ssl_checker.py index 6ebe2bc..9648c9b 100755 --- a/ssl_checker.py +++ b/ssl_checker.py @@ -170,6 +170,8 @@ def print_status(host, context, analyze=False): for san in context[host]['cert_sans'].split(';'): print('\t\t \\_ {}'.format(san.strip())) + print('\n') + def show_result(user_args): """Get the context."""