Update and rename prowlarr-general-settings.yaml to http/misconfiguration/prowlarr-dashboard-unauth.yaml

patch-10
Dhiyaneshwaran 2024-08-18 00:02:30 +05:30 committed by GitHub
parent 2354cc414f
commit c5ed01bf3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 38 additions and 25 deletions

View File

@ -0,0 +1,38 @@
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

View File

@ -1,25 +0,0 @@
id: prowlarr-general-settings
info:
name: Prowlarr General Settings Exposure
author: ProjectDiscoveryAI
severity: medium
description: |
This template checks for exposed Prowlarr general settings which can lead to sensitive information disclosure.
http:
- raw:
- |
GET /prowlarr/settings/general HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Prowlarr"
- "Settings"
- "General"