Ethical Hacking Automation

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

Ampache Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#ampache
Description

What is the "Ampache Login Panel - Detect" module?

The "Ampache Login Panel - Detect" module is designed to detect the presence of the Ampache login panel. Ampache is a web-based audio/video streaming application that allows users to access their music and videos remotely. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by ritikchaddha.

Impact

This module does not have a direct impact on the system as it is only used for detection purposes. It does not perform any actions or modifications.

How does the module work?

The "Ampache Login Panel - Detect" module works by sending HTTP requests to specific paths, such as "/login.php" and "/public/login.php". It then applies matching conditions to determine if the Ampache login panel is present.

Matching conditions:

- The body of the response must contain the phrase "Ampache :: For the Love of Music" (case-insensitive). - The body of the response must not contain the phrase "Music - Installation". - The HTTP response status code must be 200.

If all of these conditions are met, the module considers the Ampache login panel to be detected.

Example HTTP request:

GET /login.php

Note: The above example is a simplified representation of the HTTP request and does not include headers or other details.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.php/public/login.php
Matching conditions
word: Ampache :: For the Love of Musicand
NOT word: Music - Installationand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability