39 lines
775 B
YAML
39 lines
775 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
|