Add: Xiaomi wireless router
parent
3a373b7735
commit
c89a9f3eb1
|
@ -0,0 +1,33 @@
|
|||
id: xiaomi-wireless-router-login
|
||||
|
||||
info:
|
||||
name: Xiaomi Wireless Router - Admin Panel
|
||||
author: lu4nx
|
||||
severity: info
|
||||
description: |
|
||||
The administrative panel for a Xiaomi Wireless Router was found.
|
||||
reference:
|
||||
- https://www.mi.com/shop/search?keyword=%E8%B7%AF%E7%94%B1%E5%99%A8
|
||||
metadata:
|
||||
shodan-query: http.title:"小米路由器"
|
||||
zoomeye-query: title:'小米路由器'
|
||||
classification:
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-668
|
||||
tags: panel,xiaomi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/luci/web"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>小米路由器</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue