Ethical Hacking Automation

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

Xenmobile Console Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#edb
Description

What is the "Xenmobile Console Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/zdm/login_xdm_uc.js...
Matching conditions
word: <title>XenMobile - Console - Logon</titl...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability