42 lines
814 B
YAML
42 lines
814 B
YAML
id: ilo-detect
|
|
|
|
info:
|
|
name: HP iLO
|
|
author: milo2012
|
|
severity: info
|
|
description: Version of HP iLO
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,ilo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/xmldata?item=all"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- text/xml
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- <RIMP>
|
|
- <HSI>
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "<FWRI>([0-9.]+)</FWRI>"
|
|
|
|
# digest: 4a0a0047304502207ec581644d22a6774e2b9dda90cd8bffc5237a8bc343d1a78d5fab31c5376d5b0221008a4b99340d20124f4528428ba9fd4d056706ddd148ee701cd803d21dbb06afe9:922c64590222798bb761d5b6d8e72950
|