Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "ZOHO ManageEngine SupportCenter Panel - Detect" module is designed to detect the presence of the ZOHO ManageEngine SupportCenter panel. This panel is a component of the ManageEngine SupportCenter Plus software. The module focuses on identifying misconfigurations, vulnerabilities, or specific software fingerprints.
This module has an informative severity level, meaning it provides valuable information without posing an immediate threat.
This module was authored by dhiyaneshDK.
The impact of detecting the ZOHO ManageEngine SupportCenter panel depends on the specific context and configuration of the software. However, the detection itself does not indicate any immediate security risks or vulnerabilities. It serves as a starting point for further investigation and analysis.
The "ZOHO ManageEngine SupportCenter Panel - Detect" module operates by sending HTTP requests and evaluating the responses against predefined matching conditions. It uses the following matching conditions:
- Global Matchers: - Matchers: The module checks if the response contains the HTML title tag "<title>ManageEngine SupportCenter Plus</title>
" and if the HTTP status code is 200.
- Matchers Condition: Both matchers must be satisfied for a positive match.
When the module detects a positive match, it reports the presence of the ZOHO ManageEngine SupportCenter panel.
Example HTTP request template:
GET / HTTP/1.1
Host: target.example.com
Note: The above example is a simplified representation of the HTTP request used by the module.