nuclei-templates/technologies/dell/dell-idrac6-detect.yaml

30 lines
668 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
requests:
- 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'