Skip to content

HP Virtual Connect Manager Login Panel - Detect

ID: hp-virtual-connect-manager

Severity: info

Author: dhiyaneshDK

Tags: panel,hp

HP Virtual Connect Manager login panel was detected.

id: hp-virtual-connect-manager
info:
name: HP Virtual Connect Manager Login Panel - Detect
author: dhiyaneshDK
severity: info
description: HP Virtual Connect 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
metadata:
max-request: 1
shodan-query: http.title:"HP Virtual Connect Manager"
tags: panel,hp
http:
- method: GET
path:
- "{{BaseURL}}/html/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>HP Virtual Connect Manager</title>"
# digest: 4a0a00473045022024611e40515f7220b37922df80fc83b6921e923732bdd35e9ff2e52206a22a1f022100e0fc3600fe64710a04828d6b19257d306eff5723bc8472a80f1d84dd36d2e4c8: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/hp-virtual-connect-manager.yaml"

View on Github