Script en Python que realiza una búsqueda de nombres de aplicaciones webs contenidas en los servidores, basándose en la información cacheada en Bing. DESCARGA Paso previo: Para hacer funcionar el Script necesitais editarlo y donde pone la siguiente linea: # Object creation with Bing AppID bing = Bing('CHANGEME') # Get your own AppID http://www.bing.com/developer/ Se debe cambiar el CHANGEME por el AppID que nos proporcione Bing en esa web. Siempre está asociada a una cuenta PassPost de Microsoft. Uso: $ ./WebSearch.py <IP Inicio>-<IP Final> Ejemplo (con mi alma máter, la Universidad de Valencia): $ ./WebSearch.py 147.156.0.0-147.156.255.255 [...] Searching hostnames for: 147.156.0.252 (0) Searching hostnames for: 147.156.0.253 (0) Searching hostnames for: 147.156.0.254 (0) Searching hostnames for: 147.156.0.255 (0) Searching hostnames for: 147.156.1.0 (0) Searching hostnames for: 147.156.1.1 (0) Searching hostnames for: 147.156.1.2 (0) Searching hostnames for: 147.156.1.3 (2) news.uv.es Searching hostnames for: 147.156.1.4 (7) www.uv.es www.valencia.edu intras.uv.es enterprise.uv.es monitor.uv.es Searching hostnames for: 147.156.1.5 (0) Searching hostnames for: 147.156.1.6 (0) [...] |