minor-update

patch-10
Dhiyaneshwaran 2024-08-17 23:48:46 +05:30 committed by GitHub
parent 2fcda117e3
commit 917ebc824d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 38 additions and 25 deletions

View File

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

View File

@ -1,25 +0,0 @@
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"