Merge pull request #10566 from projectdiscovery/Anonymous-UPLsRQKKkh4M5TotMrUcN9
Added template for lidarr-settings-indexerspatch-10
commit
0a9a9f2bfd
|
@ -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
|
Loading…
Reference in New Issue