Update and rename aria-operations-panel.yaml to vmware-aria-panel.yaml
parent
b43496b86b
commit
55d532c69e
|
@ -1,29 +1,29 @@
|
|||
id: vmware-aria-operations-panel
|
||||
id: vmware-aria-panel
|
||||
|
||||
info:
|
||||
name: VMware Aria Operations Panel Detection
|
||||
name: VMware Aria Operations Login - Panel
|
||||
author: rxerium
|
||||
severity: info
|
||||
description: Detects VMware Aria Operations Panel
|
||||
description: |
|
||||
Detects VMware Aria Operations Panel was discovered
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"VMware Aria Operations"
|
||||
tags: panel,aria-operations,login
|
||||
tags: panel,aria,login
|
||||
|
||||
requests:
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/ui/login.action"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>VMware Aria Operations</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>VMware Aria Operations</title>"
|
||||
part: body
|
Loading…
Reference in New Issue