Skip to content

Updating to work with latest cryptoparser version

Created by: ristomcgehee

Hi there, when I install the latest version of dheater (0.3.2) and try to run it, I get this error:

root@brahms:~# dheat -h
Traceback (most recent call last):
  File "/usr/local/bin/dheat", line 5, in <module>
    from dheater.__main__ import main
  File "/usr/local/lib/python3.8/dist-packages/dheater/__main__.py", line 18, in <module>
    from cryptoparser.common.algorithm import Authentication
ModuleNotFoundError: No module named 'cryptoparser.common.algorithm'

I noticed that some of the code in cryptoparser was moved to cryptodatahub, so I think made the changes in dheater to address those changes.

Merge request reports