Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Nutanix Web Console Login Panel - Detect" module is designed to detect the presence of the Nutanix Web Console login panel. This module is used to identify potential misconfigurations or vulnerabilities related to the Nutanix Web Console.
This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.
Author: gy741
The detection of the Nutanix Web Console login panel does not directly indicate any specific impact. However, it can help identify potential security risks or configuration issues that may require further investigation.
The module works by sending an HTTP GET request to the "/console/" path of the target website. It then applies two matching conditions to determine if the Nutanix Web Console login panel is present:
- The module checks if the response contains the HTML title tag "<title>Nutanix Web Console</title>
".
- The module verifies that the response status code is 200, indicating a successful request.
If both conditions are met, the module reports the detection of the Nutanix Web Console login panel.
Example HTTP request:
GET /console/ HTTP/1.1
Host: [target website]
Matching conditions:
- The response must contain the HTML title tag "<title>Nutanix Web Console</title>
".
- The response status code must be 200.