-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added template for lidarr-settings-indexers
- Loading branch information
Anonymous
committed
Jan 1, 1970
1 parent
c4363c3
commit f55c4d2
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |