Scan IP range for domain names

Skunk-Works

Senior member
Jun 29, 2016
983
328
91
I have tried many tools up to and including Nmap and Angry IP Scanner, but they all resolve hosts and I would like to scan domain names (websites) Is there a way to do that in Nmap or some other tool?
 
Last edited:

Pandasaurus

Member
Aug 19, 2012
196
2
76
I'm confused as to what you actually want to do. Are you looking for a tool to resolve a domain name to an IP address? Or scan an IP range and resolve the domain names? Or something else?
 

sn8ke

Member
Sep 19, 2004
102
1
76
Yeah bit confused as well.
For the topic title "Scan IP range for domain names", you can do a reverse DNS lookup via nmap using the -R argument. nmap -R host
There are also nmap scripts that may do what you want. Search for "Robtex Reverse IP NSE" (nmap script engine files).

Stating your exact goal might help.
 
Last edited: