Skip to content

Dell IDRAC Panel - Detect

ID: dell-idrac

Severity: info

Author: kazet

Tags: panel,idrac,dell,detect

Dell IDRAC panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:dell:emc_idrac_service_module:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: html:"thisIDRACText"
product: emc_idrac_service_module
vendor: dell
tags: panel,idrac,dell,detect
http:
- method: GET
path:
- '{{BaseURL}}/restgui/start.html'
- '{{BaseURL}}/login.html'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<idrac-start-screen'
- 'thisIDRACText'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100ae792e7a51592f52776cc32ca8d2344733cee7b7354d4a332520e821123d7bd70221008ea42f7a4dc2fcc867fc7e08831c7c1f04286e20c459c42111c5232540d450e2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/dell-idrac.yaml"

View on Github