Reverse Ip / Host Lookup Tool 21.03.08
I am looking for a command line tool that shows me the domain names (hostnames) hosted on a certain IP address. This application should run on Windows XP through command line. I should be able to run it like:
c:\tool.exe 193.43.92.194
The tool should then list all hostnames like;
193.43.92.194 www.vluchten-goedkope.nl
193.43.92.194 www.vliegengoedkoop.nl
193.43.92.194 www.nachtwerk.nl
etc..
Actually it should output all sites, just like the online search at http://search.msn.com/results.aspx?q=ip%3A193.43.92.194&go=&form=QBRE does but then in a handy 2-column format.
There are a lot of online sites that offer this service but I need to be able to script it. Another example of a online site: www.myipneighbors.com
I am sure such a tool already exists but I can’t find it.



