Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Dell OpenManage Switch Administrator Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#dell
Description

What is the "Dell OpenManage Switch Administrator Login Panel - Detect?" module?

The "Dell OpenManage Switch Administrator Login Panel - Detect" module is designed to detect the presence of the Dell OpenManage Switch Administrator login panel. This module focuses on identifying the login panel and does not perform any further actions. It targets the Dell OpenManage Switch Administrator software.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by dhiyaneshDK.

Impact

This module does not have any direct impact as it only detects the presence of the Dell OpenManage Switch Administrator login panel. It does not perform any actions or exploit any vulnerabilities.

How does the module work?

The module works by sending an HTTP GET request to the "/config/authentication_page.htm" path. It then applies matching conditions to determine if the login panel is present.

The matching conditions for this module are:

- The response body must contain the HTML title tag "<title>Dell OpenManage Switch Administrator</title>". - The response body must contain the HTML title tag "<TITLE>Log In</TITLE>" and the string "device/logOff_up_menu1.htm".

If any of these conditions are met, the module considers the Dell OpenManage Switch Administrator login panel to be present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/config/authenticati...
Matching conditions
word: <title>Dell OpenManage Switch Administra...or
word: <TITLE>Log In</TITLE>, device/logOff_up_...
Passive global matcher
No matching conditions.
On match action
Report vulnerability