Merge pull request #10566 from projectdiscovery/Anonymous-UPLsRQKKkh4M5TotMrUcN9

Added template for lidarr-settings-indexers
patch-10
Ritik Chaddha 2024-08-19 20:08:20 +04:00 committed by GitHub
commit 0a9a9f2bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: lidarr-dashboard-unauth
info:
name: Lidarr Dashboard - Unauthenticated
author: ProjectDiscoveryAI
severity: medium
description: |
Exposed Lidarr was detected which can lead to sensitive information disclosure.
metadata:
verified: true
max-request: 1
shodan-query: title:"Lidarr"
tags: lidarr,dashboard,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Lidarr</title>"
- type: word
part: body
words:
- "Login - Lidarr"
negative: true
- type: status
status:
- 200