mozilla/cipherscan

KeyError: 'ciphersuites'

dsolstad opened this issue · 2 comments

Hi. I just cloned the current release and after trying analyze.py I get this:

root@kali:~/cipherscan# python analyze.py -t domain:443
Traceback (most recent call last):
  File "analyze.py", line 491, in <module>
    main()
  File "analyze.py", line 476, in main
    exit_status=process_results(str(data), args.level, args.json, args.nagios)
  File "analyze.py", line 364, in process_results
    measured_lvl = evaluate_all(results)
  File "analyze.py", line 312, in evaluate_all
    if is_old(results):
  File "analyze.py", line 124, in is_old
    if conn['cipher'] not in old["ciphersuites"]:
KeyError: 'ciphersuites'

Hi @dsolstad,

this issue is already handled in #180 but is still due to be merged.

duplicate of #180