Skip to content

Dell OpenManage Switch Administrator Login Panel - Detect

ID: dell-openmanager-login

Severity: info

Author: dhiyaneshDK

Tags: panel,dell

Dell OpenManage Switch Administrator login panel was detected.

id: dell-openmanager-login
info:
name: Dell OpenManage Switch Administrator Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Dell OpenManage Switch Administrator login 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:openmanage:*:*:*:*:*:*:*:*
metadata:
max-request: 2
shodan-query: html:"Dell OpenManage Switch Administrator"
product: openmanage
vendor: dell
tags: panel,dell
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/config/authentication_page.htm'
matchers-condition: or
matchers:
- type: word
words:
- '<title>Dell OpenManage Switch Administrator</title>'
- type: word
words:
- '<TITLE>Log In</TITLE>'
- 'device/logOff_up_menu1.htm'
condition: and
# digest: 490a0046304402205c1ab320e8a190e1162ec7ef6de123c45781bccf71c0212014160c2d66a4f6e602205541fca3e4c35d39e8091618668f9ec8f2a0f1322451abf48de12cc34944db5f: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-openmanager-login.yaml"

View on Github