Ayrx / tlsenum

A command line tool to enumerate TLS cipher-suites supported by a server
MIT License
34 stars 8 forks source link

Support for Python 3.5? #5

Open mboelen opened 6 years ago

mboelen commented 6 years ago

While trying to run tlsenum with Python 3.5 I received the following error.

Traceback (most recent call last): File "/home/michael/venv3/bin/tlsenum", line 7, in <module> from tlsenum import cli File "/home/michael/venv3/lib/python3.5/site-packages/tlsenum/__init__.py", line 7, in <module> from construct import UBInt16 ImportError: cannot import name 'UBInt16'

Possible related? https://github.com/mitmproxy/mitmproxy/issues/2739

tbugfinder commented 4 years ago

or even python 3.7 now?

tbugfinder commented 4 years ago

Switched to maintained project: https://github.com/nabla-c0d3/sslyze