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