30 lines
664 B
YAML
30 lines
664 B
YAML
|
id: dell-idrac6-detect
|
||
|
|
||
|
info:
|
||
|
name: Detect Dell iDRAC6
|
||
|
author: kophjager007
|
||
|
severity: info
|
||
|
description: The Integrated Dell Remote Access Controller (iDRAC) is designed for secure local and remote server management and helps IT administrators deploy, update and monitor Dell EMC PowerEdge servers.
|
||
|
tags: tech,dell
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/data?get=prodServerGen"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "11G"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '[0-9]{2}G'
|