parent
031e5493ce
commit
c2d3aafb3a
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
Loading…
Reference in New Issue