vmware-aria-operations-panel

patch-12
Rishi 2024-10-09 16:29:47 +01:00 committed by GitHub
parent d06f9fed2e
commit b43496b86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: vmware-aria-operations-panel
info:
name: VMware Aria Operations Panel Detection
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-operations,login
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ui/login.action"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>VMware Aria Operations</title>"
part: body