dell idrac detection

patch-1
Krzysztof Zając 2023-06-21 08:07:33 +02:00
parent 18b035b947
commit 239eda46b5
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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