robost.py
Sumar este Archivo con fwshell.py & diccionario.txt - Add this file with fwshell.py & diccionario.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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
X
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