Skip to content

OSNEXUS QuantaStor Manager Panel - Detect

ID: osnexus-panel

Severity: info

Author: Charles D.

Tags: panel,osnexus,login

OSNEXUS QuantaStor Manager login panel was detected.

id: osnexus-panel
info:
name: OSNEXUS QuantaStor Manager Panel - Detect
author: Charles D.
severity: info
description: |
OSNEXUS QuantaStor Manager 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
cpe: cpe:2.3:a:osnexus:quantastor:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"OSNEXUS QuantaStor Manager"
product: quantastor
vendor: osnexus
tags: panel,osnexus,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>OSNEXUS QuantaStor Manager</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502202939c2ce5d48a9952ebcb40b6b86ea7b74221f09e68c73011eb3fc5c5f9fc14902210097c3680514cb57a620ab1448d4ff37df213f87495a00f50a1aa82448bf735985: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/osnexus-panel.yaml"

View on Github