vmware-aria-operations-panel
parent
d06f9fed2e
commit
b43496b86b
|
@ -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
|
Loading…
Reference in New Issue