From d52e17005232cac383e2a56a9811f45b5e27864a Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 26 Feb 2022 15:32:21 +0530 Subject: [PATCH] Create redash-panel.yaml --- exposed-panels/redash-panel.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exposed-panels/redash-panel.yaml diff --git a/exposed-panels/redash-panel.yaml b/exposed-panels/redash-panel.yaml new file mode 100644 index 0000000000..c8aec63561 --- /dev/null +++ b/exposed-panels/redash-panel.yaml @@ -0,0 +1,27 @@ +id: redash-panel + +info: + name: Redash Panel Detect + author: princechaddha + severity: info + metadata: + shodan-query: http.favicon.hash:698624197 + tags: panel,redash + +requests: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Login to Redash" + - "Login | Redash" + condition: or + + - type: status + status: + - 200