35 lines
891 B
YAML
35 lines
891 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.
|
|
metadata:
|
|
max-request: 1
|
|
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'
|
|
|
|
# digest: 4a0a004730450220283fa25ac03ee38103aa389830151cd8e7c9466c71a194d9974cd365c6d9abe00221008fc14399d8ac168e497a07720074ab3a1f217f7b87dc517ca12461d9ab4420de:922c64590222798bb761d5b6d8e72950
|