nuclei-templates/exposed-panels/hp-ilo-5.yaml

33 lines
653 B
YAML
Raw Normal View History

2021-08-22 22:07:10 +00:00
id: hp-ilo-5
info:
name: Detects Hewlett Packard iLo 5
author: geeknik
severity: info
reference: https://www.hpe.com/us/en/servers/integrated-lights-out-ilo.html
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"