nuclei-templates/http/technologies/dell/dell-idrac7-detect.yaml

32 lines
695 B
YAML

id: dell-idrac7-detect
info:
name: Detect Dell iDRAC7
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
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/data?get=prodServerGen"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "12G"
extractors:
- type: regex
part: body
regex:
- '[0-9]{2}G'