diff --git a/misconfiguration/redash-installer.yaml b/misconfiguration/redash-installer.yaml new file mode 100644 index 0000000000..acec34223f --- /dev/null +++ b/misconfiguration/redash-installer.yaml @@ -0,0 +1,33 @@ +id: redash-installer + +info: + name: Redash Installer Exposure + author: DhiyaneshDk + severity: high + metadata: + verified: true + shodan-query: html:"Redash Initial Setup" + tags: misconfig,redash,installer + +requests: + - method: GET + path: + - '{{BaseURL}}/setup' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Redash Initial Setup' + - 'Admin User' + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200