dnsvalidator icon indicating copy to clipboard operation
dnsvalidator copied to clipboard

Maintains a list of IPv4 DNS servers by verifying them against baseline servers, and ensuring accurate responses.

Results 26 dnsvalidator issues
Sort by recently updated
recently updated
newest added

At first I assumed it was the timeout of each dns-lookup, however it is supposed to be the thread timeout. In any way, the parameter value does not seem to...

Anyone already solved this issue? ``` Traceback (most recent call last): File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration During handling of the above exception, another exception occurred:...

when i run $ dnsvalidator -tL https://public-dns.info/nameservers.txt -threads 4 -o resolvers.txt it shows Error when checking for DNS poisoning, passing on some IP addresses. is the tool working as designed...

This commit addresses an issue with the package discovery process in the setup script. Previously, the `find_packages` function from `setuptools` was used with an exclusion filter for the 'tests' directory....

Please i need help with what might bring about this issue. i'm trying to feed DNSvalidator with a wordlist of external resolv- ers from public-dns.info with this command. dnsvalidator -tL...