Update and rename prowlarr-general-settings.yaml to http/misconfiguration/prowlarr-dashboard-unauth.yaml
parent
2354cc414f
commit
c5ed01bf3e
|
@ -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
|
|
@ -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"
|
Loading…
Reference in New Issue