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

34 lines
718 B
YAML
Raw Normal View History

2022-10-11 13:22:34 +00:00
id: nozomi-panel
info:
name: Nozomi Guardian Login Panel - Detect
2022-10-11 13:22:34 +00:00
author: robotshell
severity: info
description: Nozomi Guardian 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-10-11 13:22:34 +00:00
metadata:
max-request: 1
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
http:
2022-10-11 13:22:34 +00:00
- 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
# Enhanced by md on 2022/12/01