Skip to content

VMware Aria Operations Login - Detect

ID: vmware-aria-panel

Severity: info

Author: rxerium

Tags: panel,aria,login,detect

Detects VMware Aria Operations Panel.

id: vmware-aria-panel
info:
name: VMware Aria Operations Login - Detect
author: rxerium
severity: info
description: |
Detects VMware Aria Operations Panel.
metadata:
verified: true
max-request: 1
shodan-query: title:"VMware Aria Operations"
tags: panel,aria,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ui/login.action"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>VMware Aria Operations</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100ad4711d935c07873bb019d689ebce80cfde471d24af7b90cb13ea23094d344f0022076274897b525579af93db15f05ce7ba13e613712d99ae5cf17005ba2e083c7b1: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-aria-panel.yaml"

View on Github