nuclei-templates/exposed-panels/parallels/parallels-hsphere-detect.yaml

36 lines
744 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Parallels H-Sphere"
tags: panel,parallels,hsphere
requests:
- 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
# Enhanced by md on 2022/12/05