Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Bazarr Login - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#bazarr#login
Description

What is "Bazarr Login - Detect"?

The "Bazarr Login - Detect" module is designed to detect the login page of the Bazarr software. Bazarr is a media management tool that allows users to manage and organize subtitles for their media files. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login page of Bazarr.

This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat or risk.

Author: r3dg33k

Impact

This module does not directly impact the system or software being scanned. Instead, it helps identify potential security weaknesses or misconfigurations related to the Bazarr login page. By detecting the login page, users can assess the security posture of their Bazarr installation and take appropriate actions to mitigate any identified risks.

How does the module work?

The "Bazarr Login - Detect" module works by sending an HTTP GET request to the "/login" path of the target Bazarr installation. It then applies a matching condition to check if the response contains the "" string. If the condition is met, the module reports a successful detection of the Bazarr login page.

Example HTTP request:

GET /login

The module's matching condition ensures that the response body contains the "" string, indicating that the login page is present. This condition helps differentiate the login page from other pages on the Bazarr website.

By using this module, users can proactively identify any potential misconfigurations or vulnerabilities related to the Bazarr login page and take appropriate measures to secure their installation.

Reference: https://www.bazarr.media/

Metadata: max-request: 1

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: <title>Bazarr</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability