Skip to content

VMware NSX Login Panel - Detect

ID: vmware-nsx-login

Severity: info

Author: DhiyaneshDk

Tags: panel,vmware

VMware NSX login panel was detected.

id: vmware-nsx-login
info:
name: VMware NSX Login Panel - Detect
author: DhiyaneshDk
severity: info
description: VMware NSX 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
cpe: cpe:2.3:a:vmware:nsx-t_data_center:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"vmw_nsx_logo-black-triangle-500w.png"
product: nsx-t_data_center
vendor: vmware
tags: panel,vmware
http:
- method: GET
path:
- '{{BaseURL}}/login.jsp'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>VMware Appliance Management</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502202e5658af804f03784397f39920739c1ac8ee209ab1fcccc7bf09ee858de913d0022100beff64d6f121c21badc58c311bd5954b46d2104a2e3e7919f3aa0120c4d29354: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/vmware-nsx-login.yaml"

View on Github