37 lines
857 B
YAML
37 lines
857 B
YAML
id: huawei-hg532e-panel
|
|
|
|
info:
|
|
name: Huawei HG532e Router Panel - Detect
|
|
author: idealphase
|
|
severity: info
|
|
description: Huawei HG532e router login panel was detected. After installation, both the default username and default password are user.
|
|
reference:
|
|
- https://setuprouter.com/router/huawei/hg532e/1194.pdf
|
|
- https://www.192-168-1-1-ip.co/router/huawei/hg532e/2186/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
shodan-query: http.html:"HG532e"
|
|
tags: huawei,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>HG532e</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2022/11/18
|