I want to know if there is a Linux terminal command for getting all the domains associated with an IP address. Or more correctly - find out all the sites hosted on that server IP and/or aall the A records associated with it.
I know dig
, host
and nslookup
can provide some but nowhere close as many as online services such as:
- viewdns.info/reverseip/ <-- gets 49 domains
- yougetsignal.com/tools/web-sites-on-web-server/ <-- gets 2 domains
Both of the above provide many tens of more domains more than the above Linux commands which only get 1 each for a certain domain/IP I'm testing. I wanted to know what technologies they are using to get so many? Is it an API? Is it a different Linux command?
How do I find the most websites/A records hosted at an IP address using free technologies?
I've emailed the above webmasters for info on that specific tool on their sites but had no reply. Can anyone please help?