30 lines
574 B
YAML
30 lines
574 B
YAML
|
id: zyxel-router-panel
|
||
|
|
||
|
info:
|
||
|
name: ZyXel Router - Login Panel
|
||
|
author: arafatansari
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: 'title:"Web-Based Configurator" html:"zyxel"'
|
||
|
tags: panel,zyxel,router,iot
|
||
|
|
||
|
requests:
|
||
|
- 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
|