2021-03-03 07:01:29 +00:00
|
|
|
id: ilo-detect
|
2021-03-04 11:36:46 +00:00
|
|
|
|
2021-03-03 07:01:29 +00:00
|
|
|
info:
|
|
|
|
name: HP iLO
|
|
|
|
author: milo2012
|
|
|
|
severity: info
|
|
|
|
description: Version of HP iLO
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,ilo
|
2021-03-04 11:36:46 +00:00
|
|
|
|
2021-03-03 07:01:29 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/xmldata?item=all"
|
2021-03-04 11:36:46 +00:00
|
|
|
|
2021-03-04 13:52:05 +00:00
|
|
|
matchers-condition: and
|
2021-03-04 11:36:46 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-03-04 13:50:07 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- text/xml
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- <RIMP>
|
|
|
|
- <HSI>
|
|
|
|
condition: and
|
|
|
|
|
2021-03-03 07:01:29 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
2021-03-04 13:50:07 +00:00
|
|
|
group: 1
|
2021-03-03 07:01:29 +00:00
|
|
|
regex:
|
2021-03-04 13:50:07 +00:00
|
|
|
- "<FWRI>([0-9.]+)</FWRI>"
|