Merge pull request #6156 from arafatansari/patch-111

Create zyxel-router-login.yaml
patch-1
Dhiyaneshwaran 2022-12-01 12:32:29 +05:30 committed by GitHub
commit eec6fe2241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: zyxel-router-login
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