Language: Python
Publication date: 2008-08-12
Description: Script which returns a list of hostnames of the given domain (and their resolved IPs) contained in the given URL. The request can be recursive. This is useful to map all the hosts of one organization.
Download it!
Usage
Usage: hostsGrabber [-r] url [domain]
Arguments:
url: the URL of the page which must be searched for hostnames.
domain: the domain of the hostnames to look for. By default it's the url domain.
Options:
-r: recursive
# hostsGrabber www.facebook.com
blog.facebook.com -> 69.63.190.10
ca-es.facebook.com -> 69.63.189.26
de-de.facebook.com -> 69.63.189.26
developers.facebook.com -> 69.63.178.31
es-es.facebook.com -> 69.63.190.10
es-la.facebook.com -> 69.63.189.26
eu-es.facebook.com -> 66.220.153.19
fr-fr.facebook.com -> 66.220.153.19
gl-es.facebook.com -> 66.220.153.19
pt-br.facebook.com -> 69.63.189.26
www.facebook.com -> 66.220.153.19