Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Xenmobile Console Login Panel - Detect" module is designed to detect the presence of the XenMobile Console login panel. XenMobile Console is a software used for managing mobile devices and applications. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by dhiyaneshDK.
This module does not have a direct impact as it is only used for detection purposes. It helps identify the presence of the XenMobile Console login panel, which can be useful for further analysis or security assessments.
The module works by sending an HTTP GET request to the "/zdm/login_xdm_uc.jsp" path. It then applies two matching conditions:
- The response body must contain the HTML title tag "<title>XenMobile - Console - Logon</title>
".
- The response status code must be 200 (OK).
If both conditions are met, the module considers the XenMobile Console login panel to be detected.
Example HTTP request:
GET /zdm/login_xdm_uc.jsp
The module's matching conditions ensure that the response contains the expected title tag and has a successful status code, indicating the presence of the XenMobile Console login panel.