From b4b0c7311a4a4ba2882436bf2cd9f2b2bcc2a598 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 27 Jun 2022 11:25:53 +0100 Subject: [PATCH] Create veeam-panel.yaml --- exposed-panels/veeam-panel.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exposed-panels/veeam-panel.yaml diff --git a/exposed-panels/veeam-panel.yaml b/exposed-panels/veeam-panel.yaml new file mode 100644 index 0000000000..987d479503 --- /dev/null +++ b/exposed-panels/veeam-panel.yaml @@ -0,0 +1,28 @@ +id: veeam-panel + +info: + name: Veeam Login Panel + author: DhiyaneshDK + severity: info + metadata: + verified: true + shodan-query: http.favicon.hash:-633512412 + tags: panel + +requests: + - method: GET + path: + - "{{BaseURL}}/login.aspx?{{BaseURL}}/Dashboard/Default.aspx" + matchers-condition: and + matchers: + - type: word + part: header + words: + - "text/html" + - type: word + words: + - "Login - Veeam ONE Reporter" + condition: and + - type: status + status: + - 200