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

34 lines
718 B
YAML

id: nozomi-panel
info:
name: Nozomi Guardian Login Panel - Detect
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
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Please Login | Nozomi Networks Console"
tags: panel,nozomi
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Please Login | Nozomi Networks Console</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/12/01