Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Hybris Administration Console Login Panel - Detect" module is designed to detect the presence of the Hybris Administration Console login panel. Hybris Administration Console is a software used for managing and administering Hybris e-commerce platforms. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel.
This module has an informative severity level, which means it provides valuable information but does not directly indicate a security risk.
Author: princechaddha
This module does not directly impact the system or application being scanned. Instead, it provides information about the presence of the Hybris Administration Console login panel, which can help identify potential security risks or misconfigurations.
The module works by sending an HTTP GET request to the "/login" path of the target system. It then applies matching conditions to determine if the Hybris Administration Console login panel is present.
Matching conditions:
- The response body must contain the phrase "hybris administration console". - The response status code must be 200 (OK).If both conditions are met, the module reports the detection of the Hybris Administration Console login panel.
Example HTTP request:
GET /login
Note: The above example is a simplified representation of the HTTP request. Actual requests may include headers and other parameters.