Skip to content

Hewlett Packard Enterprise System Management Login Panel - Detect

ID: hpe-system-management-login

Severity: info

Author: divya_mudgal

Tags: hpe,tech,panel

Hewlett Packard Enterprise System Management login page was detected.

id: hpe-system-management-login
info:
name: Hewlett Packard Enterprise System Management Login Panel - Detect
author: divya_mudgal
severity: info
description: Hewlett Packard Enterprise System Management login page 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
tags: hpe,tech,panel
http:
- method: GET
path:
- "{{BaseURL}}/cpqlogin.htm"
matchers-condition: and
matchers:
- type: word
condition: and
part: body
words:
- "HPE System Management Homepage"
- "/proxy/ssllogin"
extractors:
- type: regex
part: body
regex:
- "HPE System Management Homepage v([0-9-.]*)"
# digest: 4a0a00473045022100f41651b9e0aeb71ab26dcec83ec911b78cd72a1beabfd0ee83d40b4098bc931002202e2535c96d8ab4ff86ea0b7207d6852f5eb752967f2c6b6ce707500585f65aeb: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/hpe-system-management-login.yaml"

View on Github