robost.py
Sumar este Archivo con fwshell.py & diccionario.txt - Add this file with fwshell.py & diccionario.txt
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# robots.py
#
# Copyright 2013 Fraph <jfraph@gmail.com>
#
# Sumar este Archivo con fwshell.py & diccionario.txt - Add this file with fwshell.py & diccionario.txt
#############
#Visualizacion del archivo robots.txt
#############
import urllib2
def robots(url):
request_robots= urllib2.urlopen(url+"robots.txt")
respuesta= request_robots.read()
print "\033[1;33mContenido del Robots.txt:\033[1;m"
print respuesta
Url: https://github.com/Fraph/Fwshell/blob/master/robots.py
Language: Python | User: Fraph | Created: Nov 3, 2013 | Tags: Fwshell Webshell Scaner Fraph robots python