Skip to content

Whisparr Dashboard - Unauthenticated

ID: whisparr-dashboard-unauth

Severity: medium

Author: ProjectDiscoveryAI

Tags: whisparr,dashboard,unauth,misconfig

Exposure of Whisparr dashboard which can lead to sensitive information disclosure.

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
# digest: 4a0a0047304502200bddcfe86517535b57bc4e60d1e5e894904fbd6bad5be35860464162d897961a022100e4c99d82f7a8c5b00124183ff749c1eae00409ccd62b102dbd9c2cae87512d70:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/whisparr-dashboard-unauth.yaml"

View on Github