36 lines
883 B
YAML
36 lines
883 B
YAML
id: redash-panel
|
|
|
|
info:
|
|
name: Redash Login Panel - Detect
|
|
author: princechaddha
|
|
severity: info
|
|
description: Redash login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:698624197
|
|
tags: panel,redash
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Login to Redash</title>"
|
|
- "<title>Login | Redash</title>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022072e6dceca96b03a295e4c35c9d112648208584fa10d3df8c56da8702a4795657022100c43d8443fdc659183b0bad3ba7d1c0e4b7b4e65d5a79017681dc74c11e7408de:922c64590222798bb761d5b6d8e72950
|