nuclei-templates/exposed-panels/zyxel-router-panel.yaml

37 lines
788 B
YAML
Raw Normal View History

id: zyxel-router-panel
2022-11-26 19:24:57 +00:00
info:
name: ZyXel Router Login Panel - Detect
2022-11-26 19:24:57 +00:00
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.0
cwe-id: CWE-200
2022-11-26 19:24:57 +00:00
metadata:
verified: true
2022-11-29 10:33:39 +00:00
shodan-query: 'title:"Web-Based Configurator" html:"zyxel"'
tags: panel,zyxel,router,iot
2022-11-26 19:24:57 +00:00
requests:
- method: GET
path:
2022-11-29 10:33:39 +00:00
- "{{BaseURL}}"
2022-11-26 19:24:57 +00:00
- "{{BaseURL}}/login"
2022-11-29 10:33:39 +00:00
stop-at-first-match: true
2022-11-26 19:24:57 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Welcome to the Web-Based Configurator'
- 'zyxel'
condition: and
2022-11-29 10:33:39 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29