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

`tlsh` not included in "full" extras #186

Closed singingwolfboy closed 1 year ago

singingwolfboy commented 1 year ago

The "full" extra in the setup.py seems to imply that it should result in full functionality if it is installed. However, it does not attempt to install py-tlsh, which is needed for the --lsh tlsh functionality. This optional dependency should be added.

elceef commented 1 year ago

This has been just fixed (f1f7744). Thanks for reporting!