Skip to content

Commit

Permalink
Added template for lidarr-settings-indexers
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Jan 1, 1970
1 parent c4363c3 commit f55c4d2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions lidarr-settings-indexers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id: lidarr-settings-indexers

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

0 comments on commit f55c4d2

Please sign in to comment.