## msnpawn2.py by h at itsecurity.net - uses Live Search API 2.0# supports > 50 results and Maltego output## based on msnpawn.py by Richard Moore - first python version# based on msnpawn.sh by SuRGeoN - original bash script using Live Search API 1.x## This script outputs unique hostnames (vhosts) with web content on a given IP address,# based on the first 1000 URLs returned by an MSN.com web search using the ip: query option.## If a hostname is provided as input instead of an IP, this is resolved to an IP first.# # This uses the MSN Live Search API 2.0 SOAP web service. WSDL URL:# http://api.search.live.net/search.wsdl## Please get your own free Live Search API 2.0 key and insert it on the appid = line below## See: http://search.live.com/developers/createapp.aspx# http://search.msn.com/developers/ ## Tested with Python 2.6.2 on Windows