Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Nutanix Web Console Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#nutanix#login
Description

What is the "Nutanix Web Console Login Panel - Detect?"

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

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/console/
Matching conditions
word: <title>Nutanix Web Console</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability