Scanning for Random DNS Servers
Posted 1-28-2011 by
Matthew Downey
Nmap is such a useful tool. One neat feature is the ability to scan random IP addresses. Someone recently asked me if there was a way to discover random DNS servers.
sudo nmap -Pn -sS -p 53 -iR 1000 --open | grep -B 4 "53/tcp open"