Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "VMware NSX Login Panel - Detect" module is designed to detect the presence of the VMware NSX login panel. This module is used to identify potential misconfigurations or vulnerabilities related to the login panel of the VMware NSX software.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a critical security issue.
This module was authored by DhiyaneshDk.
The detection of the VMware NSX login panel does not directly indicate any specific impact. However, it can be used as a starting point for further analysis to identify potential security risks or vulnerabilities associated with the login panel configuration.
The "VMware NSX Login Panel - Detect" module works by sending an HTTP GET request to the "/login.jsp" path of the target system. It then applies matching conditions to determine if the login panel is present and functioning correctly.
The matching conditions used in this module are:
- Body Matcher: The module checks if the response body contains the HTML title tag "<title>VMware Appliance Management</title>
". This indicates the presence of the VMware Appliance Management login panel.
- Status Matcher: The module verifies that the HTTP response status is 200, indicating a successful request.
If both matching conditions are met, the module reports the detection of the VMware NSX login panel.