• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Scan IP range for domain names

Skunk-Works

Senior member
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:
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?
 
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:
Back
Top