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

26 lines
488 B
YAML
Raw Normal View History

2022-10-11 13:22:34 +00:00
id: nozomi-panel
info:
name: Nozomi Guardian Web Login Panel
author: robotshell
severity: info
metadata:
2022-10-14 09:27:10 +00:00
verified: true
2022-10-11 13:22:34 +00:00
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:
2022-10-14 09:27:10 +00:00
- 200