Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Micro Focus Enterprise Server Admin Panel - Detect" module is designed to detect the presence of the Micro Focus Enterprise Server Admin panel. This module focuses on identifying potential misconfigurations or vulnerabilities in the admin panel.
The severity of this module is classified as informative, meaning it provides valuable information about the target system but does not pose an immediate threat.
This module was authored by theabhinavgaur.
The detection of the Micro Focus Enterprise Server Admin panel can provide insights into the security posture of the target system. It can help identify potential weaknesses or misconfigurations that may be exploited by attackers.
The "Micro Focus Enterprise Server Admin Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the admin panel. It performs the following checks:
- Checks the header of the HTTP response for the presence of the keyword "Micro Focus DSD". - Verifies that the HTTP response status code is 200.If both conditions are met, the module considers the Micro Focus Enterprise Server Admin panel to be detected.
Here is an example of an HTTP request that may be sent by the module:
GET /admin HTTP/1.1
Host: example.com
The module matches the response against the defined conditions to determine if the admin panel is present.