39 lines
963 B
YAML
39 lines
963 B
YAML
id: zyxel-router-panel
|
|
|
|
info:
|
|
name: ZyXel Router Login Panel - Detect
|
|
author: arafatansari
|
|
severity: info
|
|
description: ZyXel Router login panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: 'title:"Web-Based Configurator" html:"zyxel"'
|
|
tags: panel,zyxel,router,iot
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Welcome to the Web-Based Configurator'
|
|
- 'zyxel'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402205b0e0092c4c3cac69278feb8846987da432ec6084285dd6e16153bf845caf4f402204ef2690148e023c3450e79e96a053bdff96448c4c8c9c86445e8cd583157a295:922c64590222798bb761d5b6d8e72950
|