Added template for readarr-settings-indexers

patch-10
Anonymous 1970-01-01 00:00:00 +00:00
parent c4363c3ccf
commit 2fcda117e3
1 changed files with 25 additions and 0 deletions

View File

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