Skip to content

Nozomi Guardian Login Panel - Detect

ID: nozomi-panel

Severity: info

Author: robotshell

Tags: panel,nozomi

Nozomi Guardian login panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
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
# digest: 4a0a0047304502207530325c66b79ce25b9bbfd93287f8e9c06f29a7c77612470da92b24e283911f022100eddca3353a16355db15549744f7bc60bf0d99aeedc4ad5c122aa5131b4b8cc1a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nozomi-panel.yaml"

View on Github