elceef/dnstwist

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

roshanronan opened this issue · 2 comments

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

dnstwrist1
dnstwist2

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?

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