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

Shows '!ServeFail' in Name server and other field and throw error in threads #179

Closed roshanronan closed 1 year ago

roshanronan commented 1 year ago

Below is the screenshot that i got while running ' dnstwist -r github.com' on window machine.

dnstwrist1 dnstwist2

elceef commented 1 year ago

According to the stack trace, the root cause is in DNSPython package. I've tried to reproduce this with Python 3.10 + DNSPython 2.4 on Windows 11, but it works flawlessly. Which version do you use? What's your DNS configuration? Does the problem occur with --nameservers 8.8.8.8 or any other public DNS resolver?

roshanronan commented 1 year ago

Yes, There was some problem with DNSPython 2.2 package. I updated it now its working fine. Thanks.