From 55d532c69e9ca57fdadbfa47e10a0bb62d15708b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 03:43:40 +0530 Subject: [PATCH] Update and rename aria-operations-panel.yaml to vmware-aria-panel.yaml --- ...ions-panel.yaml => vmware-aria-panel.yaml} | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename http/exposed-panels/{aria-operations-panel.yaml => vmware-aria-panel.yaml} (61%) diff --git a/http/exposed-panels/aria-operations-panel.yaml b/http/exposed-panels/vmware-aria-panel.yaml similarity index 61% rename from http/exposed-panels/aria-operations-panel.yaml rename to http/exposed-panels/vmware-aria-panel.yaml index 2814adea19..1a5821da11 100644 --- a/http/exposed-panels/aria-operations-panel.yaml +++ b/http/exposed-panels/vmware-aria-panel.yaml @@ -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: + - "VMware Aria Operations" + - type: status status: - 200 - - - type: word - words: - - "VMware Aria Operations" - part: body \ No newline at end of file