elceef / dnstwist

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

dnstwist-20211204.tar.gz missed in the pypi index #138

Closed chenrui333 closed 1 year ago

chenrui333 commented 2 years ago

👋 it looks like dnstwist-20211204.tar.gz file did not get uploaded into the pypi index. Thanks!

elceef commented 2 years ago

Thanks for pointing that out. I just uploaded.

chenrui333 commented 2 years ago

It looks like the artifact issue is good on my end now, thus created Homebrew/homebrew-core#90532

However, there are some dependency setup issues (gonna check out per that PR)

chenrui333 commented 2 years ago

@elceef the requirements.txt missed in the artifact.

I think simply upload https://github.com/elceef/dnstwist/archive/refs/tags/20211204.tar.gz into pypi index is good enough.

elceef commented 2 years ago

The behavior has changed. Previously, when a required library was missing, only a notification was displayed. Now it's an error message with error code. In this particular case it looks like ssdeep is the issue.