31 lines
601 B
YAML
31 lines
601 B
YAML
|
id: dell-idrac
|
||
|
|
||
|
info:
|
||
|
name: Dell IDRAC Panel - Detect
|
||
|
author: kazet
|
||
|
severity: info
|
||
|
description: Dell IDRAC panel was detected.
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||
|
cvss-score: 0.0
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
max-request: 2
|
||
|
tags: panel,idrac
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/restgui/start.html'
|
||
|
- '{{BaseURL}}/login.html'
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<idrac-start-screen'
|
||
|
- 'var thisIDRACText'
|
||
|
condition: or
|