Ethical Hacking Automation

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

E-mobile Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#e-mobile
Description

What is the "E-mobile Panel - Detect" module?

The "E-mobile Panel - Detect" module is designed to detect the presence of the E-mobile panel software. This module focuses on identifying misconfigurations, vulnerabilities, or specific software fingerprints. The severity of this module is informative.

Impact

The impact of the E-mobile panel software can vary depending on the specific misconfigurations, vulnerabilities, or software fingerprints detected. It is important to address any issues found to ensure the security and stability of the E-mobile panel.

How the module works?

The "E-mobile Panel - Detect" module works by sending HTTP requests to specific paths, such as "/login.do?", "/login/login.do?", and "/manager/login.do?". It then applies matching conditions to determine if the E-mobile panel software is present.

There are two matching conditions used in this module:

    - Body Matcher: This matcher checks if the response body contains the words "E-Mobile" or "Weaver E-Mobile". If any of these words are found, it indicates the presence of the E-mobile panel software. - Status Matcher: This matcher checks if the HTTP response status is 200. If the status is 200, it further confirms the presence of the E-mobile panel software.

Both matching conditions need to be met for the module to consider the E-mobile panel software as detected.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.do?/login/login.do?/manager/login.do?
Matching conditions
word: E-Mobile , Weaver E-Mobileand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability