2021-08-22 22:07:10 +00:00
|
|
|
id: hp-ilo-5
|
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Hewlett Packard Integrated Lights Out 5 Login Panel - Detect
|
2021-08-22 22:07:10 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2022-11-19 01:50:30 +00:00
|
|
|
description: Hewlett Packard Integrated Lights Out 5 login panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html
|
2022-11-19 01:50:30 +00:00
|
|
|
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
|
2021-08-23 09:46:57 +00:00
|
|
|
tags: hp,ilo,panel
|
2021-08-22 22:07:10 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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"
|
2022-11-19 01:50:30 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/18
|