minor-update
parent
fdced0dd93
commit
f809f2ca3b
|
@ -0,0 +1,38 @@
|
|||
id: whisparr-dashboard-unauth
|
||||
|
||||
info:
|
||||
name: Whisparr Dashboard - Unauthenticated
|
||||
author: ProjectDiscoveryAI
|
||||
severity: medium
|
||||
description: |
|
||||
Exposure of Whisparr dashboard which can lead to sensitive information disclosure.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"Whisparr"
|
||||
tags: whisparr,dashboard,unauth,misconfig
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Whisparr</title>"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Login - Whisparr"
|
||||
negative: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -1,25 +0,0 @@
|
|||
id: whisparr-settings-indexers
|
||||
|
||||
info:
|
||||
name: Whisparr Settings Indexers Exposure
|
||||
author: ProjectDiscoveryAI
|
||||
severity: medium
|
||||
description: |
|
||||
This template checks for exposed Whisparr indexer settings which can lead to sensitive information disclosure.
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /whisparr/settings/indexers HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "Whisparr"
|
||||
- "Indexer"
|
||||
- "Settings"
|
Loading…
Reference in New Issue