Skip to content

ESXi System Login Panel - Detect

ID: esxi-system

Severity: info

Author: dhiyaneshDK

Tags: panel,esxi,vmware

ESXi System login panel was detected.

id: esxi-system
info:
name: ESXi System Login Panel - Detect
author: dhiyaneshDK
severity: info
description: ESXi System 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:o:vmware:esxi:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: vmware
product: esxi
shodan-query:
- html:"esxUiApp"
- http.html:"esxuiapp"
- cpe:"cpe:2.3:o:vmware:esxi"
fofa-query: body="esxuiapp"
tags: panel,esxi,vmware
http:
- method: GET
path:
- '{{BaseURL}}/ui/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="esxUiApp"'
- type: status
status:
- 200
# digest: 4a0a00473045022100a82fdb18c11d092acdadab34eca7824e83648f6afeae89527eaf867d31ce632402205d6eddd0eb25ed2cb38649d21eb41cd72563fdabd2499a688901cefa52968bdb: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/esxi-system.yaml"

View on Github