Create redash-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-25 08:45:00 +05:30 committed by GitHub
parent 9eeea93873
commit 6b24b2de61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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