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'
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