Skip to content

Parallels H-Sphere Login Panel - Detect

ID: parallels-hsphere-detect

Severity: info

Author: ritikchaddha

Tags: panel,parallels,hsphere

Parallels H-Sphere login panel was detected.

id: parallels-hsphere-detect
info:
name: Parallels H-Sphere Login Panel - Detect
author: ritikchaddha
severity: info
description: Parallels H-Sphere 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:parallels:h-sphere:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: parallels
product: h-sphere
shodan-query:
- title:"Parallels H-Sphere"
- http.title:"h-sphere"
- http.title:"parallels h-sphere"
fofa-query:
- title="h-sphere"
- title="parallels h-sphere"
google-query:
- intitle:"h-sphere"
- intitle:"parallels h-sphere"
tags: panel,parallels,hsphere
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Parallels H-Sphere</title>"
- "<TITLE>H-SPHERE</TITLE>"
condition: or
- type: status
status:
- 200
# digest: 490a0046304402206805cd1d5b636e5912f155366b744fc18363018f73caae0e2619efde3e4fda6a022059399516a4a52a8a1c0714746d3881e78ebc8bf1e52270333579a74d08964a43: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/parallels/parallels-hsphere-detect.yaml"

View on Github