39 lines
937 B
YAML
39 lines
937 B
YAML
id: radarr-dashboard-unauth
|
|
|
|
info:
|
|
name: Radarr Dashboard - Unauthenticated
|
|
author: ProjectDiscoveryAI
|
|
severity: medium
|
|
description: |
|
|
Exposure of Radarr dashboard which can lead to sensitive information disclosure.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"radarr"
|
|
tags: radarr,dashboard,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Radarr</title>"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Login - Radarr"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402206d85e72af321e683e6d2f65df580fa10b162fa4c1ab3836fb9d2e2709874761902204bd734e272d1546134b0d9ae1262127a02ff74d57c0230714df60ab6a2589d58:922c64590222798bb761d5b6d8e72950 |