blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

Python script to fetch public IPv4 DNS servers with high reliability #96

Closed brandonkovacs closed 3 years ago

brandonkovacs commented 3 years ago

Added a python script to fetch IPv4 DNS Servers and filter for high reliability addresses (>0.99).

Requires python3 and requests + validators modules.

Can replace get-resolvers.sh, which doesn't offer filtering for IPv4 or reliability.