当前位置:网站首页>sqqyw(淡然点图标系统)漏洞复现和74cms漏洞复现
sqqyw(淡然点图标系统)漏洞复现和74cms漏洞复现
2022-07-06 09:23:00 【不知名白帽】
目录
sqqyw(淡然点图标系统)
全局搜索关键字
搜索select

发现select,但是并不是sql语句中的select,这是标签中的select
选择正则和不区分大小写

查看带有变量id的文件内容
如果出现乱码则改变编码格式,可以换成GBK和UTF-8

对定义ID的ywX函数进行全局搜索


查看带有ywX函数的文件内容

查看/php/v144.php页面

对获取文字进行全文搜索

查看domain是否在sohuquan里面
对sohuquan进行全文追踪

获取你网站的地址
对domain进行全文追踪

修改来源地址


id=1


对文字继续进行搜索

让api==ok,且u,p,id都不为空
进行绕过


语句被执行
通过时间盲注判断回显

因为语句中sleep(3)被执行了三次,所以延迟9s
所以这里处在注入点
通过sqlmap工具注入即可
python sqlmap.py -u "http://localhost/sqqyw/php/v144.php?api=ok&u=1&p=1&id=1" --batch -p "id" --current-db74cms漏洞复现
利用二次注入的条件:
insert update
变量可控
进入会员中心

登录/注册

创建新简历

开启mysql监控

下断、更新

保存并监听


update里的语句跟我们插入的语句不相关,update里面的内容不是我们自己写的,是系统匹配的相应字段更新的数字,所以无法利用。
继续保存并监听


insert中的数据是我们选择的,不是我们插入的,所以无法利用。
还是保存并监听


这个使直接update更新的,没有进行插入,所以也不行。
还是继续保存并监听


存在insert和update,且变量可控
所以我们可以通过二次注入查看用户名



insert插入的时候过滤影响不大,只要update更新的时候别过滤就行。
简历管理

边栏推荐
- This time, thoroughly understand the MySQL index
- Safe driving skills on ice and snow roads
- String ABC = new string ("ABC"), how many objects are created
- The United States has repeatedly revealed that the yield of interest rate hiked treasury bonds continued to rise
- 1143_ SiCp learning notes_ Tree recursion
- Reinforcement learning series (I): basic principles and concepts
- Write a program to simulate the traffic lights in real life.
- Meituan dynamic thread pool practice ideas, open source
- Hackmyvm target series (3) -visions
- Middleware vulnerability recurrence Apache
猜你喜欢

canvas基础2 - arc - 画弧线

强化学习基础记录

1. First knowledge of C language (1)

How to turn wechat applet into uniapp

Interpretation of iterator related "itertools" module usage

Harmonyos JS demo application development

"Gold, silver and four" job hopping needs to be cautious. Can an article solve the interview?

实验六 继承和多态

Tencent map circle

记一次edu,SQL注入实战
随机推荐
Attach the simplified sample database to the SQLSERVER database instance
7-8 7104 约瑟夫问题(PTA程序设计)
Get started with typescript
4. Branch statements and loop statements
Simply understand the promise of ES6
记一次edu,SQL注入实战
How to turn wechat applet into uniapp
【数据库 三大范式】一看就懂
7-4 散列表查找(PTA程序设计)
实验七 常用类的使用
实验七 常用类的使用(修正帖)
【educoder数据库实验 索引】
A piece of music composed by buzzer (Chengdu)
实验八 异常处理
7-14 错误票据(PTA程序设计)
msf生成payload大全
Analysis of penetration test learning and actual combat stage
Relationship between hashcode() and equals()
7-11 机工士姆斯塔迪奥(PTA程序设计)
A complete collection of papers on text recognition