How to Find all domains on same IP address
In this day multiple domains are hosted on same IP-address. because rather than using three different servers to host three different Web sites, you can install all three Web sites on the same server. Consolidating Web sites saves hardware resources, conserves space, and reduces energy costs.
To ensure that user requests reach the correct Web site, you must configure a unique identity for each site on the server. To do so, you must distinguish each Web site with at least one of three unique identifiers: a host header name, an IP address, or a unique TCP port number.
Web sites hosted on the same server can be distinguished using the following unique identifiers.
- Host header name
- IP address
- TCP port number
Using host header names to uniquely identify sites on a server is recommended for most situations.
Today i am going to show you How to Find all domains on same IP address ?
Open Backtrack or KaliLinux terminal, First you need to be find out the IP-adress of domain. Ping the domain address , it will show you IP-address of domain.
Now enter the below command
root:~# nmap -p80 –script dns-brute yourdomainname
like root:~# nmap -p80 –script dns-brute google.com
Also Check :-
How to Track any MAC address Geographical Location
How to show all available tools on Backtrack5 and Kali Linux
Find Geolocation of an ip address or domain with Nmap
Hope you like my post.How to Find all domains on same IP address. Please Share with others.