Skip to content

Hewlett Packard Integrated Lights Out 5 Login Panel - Detect

ID: hp-ilo-5

Severity: info

Author: geeknik

Tags: hp,ilo,panel,hpe

Hewlett Packard Integrated Lights Out 5 login panel was detected.

id: hp-ilo-5
info:
name: Hewlett Packard Integrated Lights Out 5 Login Panel - Detect
author: geeknik
severity: info
description: Hewlett Packard Integrated Lights Out 5 login panel was detected.
reference:
- https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html
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:h:hpe:integrated_lights-out_5:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: hpe
product: integrated_lights-out_5
tags: hp,ilo,panel,hpe
http:
- method: GET
path:
- "{{BaseURL}}/html/login.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "titleHeading>iLO 5"
- "titleFwver>Firmware"
- "2002-2018 Hewlett Packard Enterprise Development LP"
condition: and
- type: word
part: header
words:
- "text/html"
# digest: 4a0a00473045022100f71da2494958ecefa35b43c1d7f21698569f7949b18c4dee385d17b637eb498d022037232a7ed19f092601798292742aabbb6e7b0d300014d44e7d5725dd7076c391: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-ilo-5.yaml"

View on Github