nuclei-templates/exposed-panels/nozomi-panel.yaml

26 lines
488 B
YAML

id: nozomi-panel
info:
name: Nozomi Guardian Web Login Panel
author: robotshell
severity: info
metadata:
verified: true
shodan-query: http.title:"Please Login | Nozomi Networks Console"
tags: panel,nozomi
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Please Login | Nozomi Networks Console</title>'
- type: status
status:
- 200