Skip to content

Bazarr Login - Detect

ID: bazarr-login-detect

Severity: info

Author: r3dg33k

Tags: panel,bazarr,login

Bazarr login page was detected.

id: bazarr-login-detect
info:
name: Bazarr Login - Detect
author: r3dg33k
severity: info
description: Bazarr login page was detected.
reference:
- https://www.bazarr.media/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,bazarr,login
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: word
words:
- '<title>Bazarr</title>'
# digest: 4b0a00483046022100ca1d02b0890de13f54e3a7d5e9de7cbd5ca7990ba0544b7b7ec13d89d4334de5022100bc5dde1b2e6c63af8df5184349817f560642e8b06bc13c1c156ab8e2a161f4ff: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/exposed-panels/bazarr-login.yaml"

View on Github