diff --git a/ssl_checker.py b/ssl_checker.py index 7631a92..d3211c6 100755 --- a/ssl_checker.py +++ b/ssl_checker.py @@ -144,7 +144,6 @@ def print_status(host, context, analyze=False): print('\t\tLogjam vulnerability: {}'.format(context[host]['logjam_vuln'])) print('\t\tDrown vulnerability: {}'.format(context[host]['drownVulnerable'])) - print('\t\tExpired: {}\n'.format(context[host]['cert_exp'])) @@ -185,7 +184,6 @@ def show_result(user_args): print('{}Canceling script...{}\n'.format(Clr.YELLOW, Clr.RST)) sys.exit(1) - if not user_args.json_true: print('\n{} successful and {} failed\n'.format(len(hosts) - failed_cnt, failed_cnt))