Skip to content

Dell BMC Panel - Detect

ID: dell-bmc-panel

Severity: info

Author: megamansec

Tags: panel,bmc,dell,login

Dell BMC web panel was detected.

id: dell-bmc-panel
info:
name: Dell BMC Panel - Detect
author: megamansec
severity: info
description: |
Dell BMC web 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
metadata:
verified: true
max-request: 1
shodan-query: title:"Dell Remote Management Controller"
tags: panel,bmc,dell,login
http:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Dell Remote Management Controller</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100d5333d1f8859b6d02ece90e123a62fe0202d5bc49a144350d57d66241018bc61022100e69714fe7987417679b3a4415d4d35588c4652a1ab5811add3e8cf13b365015f: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-bmc-panel-detect.yaml"

View on Github