Skip to content

Quantum Scalar i500 Login Panel - Detect

ID: quantum-scalar-detect

Severity: info

Author: princechaddha

Tags: panel,quantum,scalar

Quantum Scalar i500 login panel was detected.

id: quantum-scalar-detect
info:
name: Quantum Scalar i500 Login Panel - Detect
author: princechaddha
severity: info
description: Quantum Scalar i500 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:h:quantum:scalar_i500:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: quantum
product: scalar_i500
tags: panel,quantum,scalar
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
regex:
- "<title>QUANTUM - Scalar (.*) Login Screen"
- type: status
status:
- 200
# digest: 490a004630440220142188d14d81f22d5b5b0fc8c3fcb5f5daef64864b284b1cb9cab86bc12d86180220580ddf26dfee1432e63fb5b008dff06e9968edb2d0438ee720ea74332cdd11c0: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/quantum-scalar-detect.yaml"

View on Github