return results
if __name__ == "__main__":
- parser = argparse.ArgumentParser(description='Check SSL ciphers supported by a host')
+ parser = argparse.ArgumentParser(description='Check TLS ciphers supported by a host')
parser.add_argument("--starttls", dest="starttls",
help="Use a STARTTLS variant to establish the TLS connection. Possible values include smpt, imap, xmpp.")
parser.add_argument("host", metavar='HOST[:PORT]',