Host

HostsGrabber


 

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

 

GeoLoc


 

Language: Python

Publication date: 2008-05-09

Description: Given one host (domain or IP) returns its geolocalization (based on GeoIpTool.com)

Download it!

 


Usage


 

Usage: geoloc host

 

# geoloc www.google.com

Host Name: bs-in-f104.1e100.net
IP Address: 64.233.163.104
Country: United States
Region: California
City: Mountain View
Longitude: -122.0574
Latitude: 37.4192

 

 

Syndicate content