Skip to content

Nutanix Web Console Login Panel - Detect

ID: nutanix-web-console-login

Severity: info

Author: gy741

Tags: panel,nutanix,login

Nutanix Web Console login panel was detected.

id: nutanix-web-console-login
info:
name: Nutanix Web Console Login Panel - Detect
author: gy741
severity: info
description: Nutanix Web Console login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,nutanix,login
http:
- method: GET
path:
- '{{BaseURL}}/console/'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Nutanix Web Console</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502203721c46ae3a95f80cdb1f8355a415d8e48a05979c1b82eb9e5cc87ae03df9e9a022100afb30c9bd6b3e69be982111dd324d8f1ea5196eb305e864c3a1efa6ebff1cbb6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nutanix-web-console-login.yaml"

View on Github