Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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.