diff --git a/ssltest.py b/ssltest.py index c161a09..302e595 100644 --- a/ssltest.py +++ b/ssltest.py @@ -141,7 +141,7 @@ def is_vulnerable(domain): def main(): opts, args = options.parse_args() - if len(args) < 1: + if len(args) < 2: options.print_help() return