Skip to content

vRealize Hyperic Login Panel - Detect

ID: vrealize-hyperic-panel

Severity: info

Author: Charles D

Tags: login,panel,vrealize,hyperic,detect

vRealize Hyperic login panel was detected

id: vrealize-hyperic-panel
info:
name: vRealize Hyperic Login Panel - Detect
author: Charles D
severity: info
description: |
vRealize Hyperic 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:vmware:hyperic_hq:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Sign In - Hyperic"
product: hyperic_hq
vendor: vmware
tags: login,panel,vrealize,hyperic,detect
http:
- method: GET
path:
- '{{BaseURL}}/app/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Sign In - Hyperic"
- type: status
status:
- 200
# digest: 4b0a00483046022100f34a3ee807b38e961205db202d730083efe5b52bd74d25b972147ee5e4510cc7022100d62daf2d512cad24d4ad26dd9bc2ff69c594d61ca931f5c622fe33b467cf15f3: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/vrealize-hyperic-login-panel.yaml"

View on Github