elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.73k stars 753 forks source link

Missing "python-tlsh" in requirements.txt #193

Closed Heeere-GittyGitty closed 7 months ago

Heeere-GittyGitty commented 1 year ago

Hello,

After using --lsh tlsh I get an error for missing py-tlsh library. In the requirements.txt there is actually py-tlsh, but it doesn't solve the problem until you do: pip install python-tlsh

So it seems you should replace: py-tlsh>=4.5.0

for: python-tlsh>=4.5.0

in the requirements.txt file.

Cheers

elceef commented 11 months ago

Can't reproduce this issue on Ubuntu LTS.