nuclei-templates/http/misconfiguration/installer/redash-installer.yaml

35 lines
604 B
YAML
Raw Normal View History

2022-10-25 03:15:00 +00:00
id: redash-installer
info:
name: Redash Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-25 03:15:00 +00:00
verified: true
shodan-query: html:"Redash Initial Setup"
2022-10-25 13:09:24 +00:00
tags: misconfig,redash,install
2022-10-25 03:15:00 +00:00
http:
2022-10-25 03:15:00 +00:00
- 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