31 lines
645 B
YAML
31 lines
645 B
YAML
id: huawei-hg532e-panel
|
|
|
|
info:
|
|
name: Huawei HG532e Detection
|
|
author: idealphase
|
|
severity: info
|
|
description: The Huawei HG532e router. By default, both the username and password is user
|
|
metadata:
|
|
shodan-query: http.html:"HG532e"
|
|
reference:
|
|
- https://setuprouter.com/router/huawei/hg532e/1194.pdf
|
|
- https://www.192-168-1-1-ip.co/router/huawei/hg532e/2186/
|
|
tags: huawei,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>HG532e</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|