Ethical Hacking Automation

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

Adminer Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#adminer
Description

What is the "Adminer Login Panel?"

The "Adminer Login Panel" module is designed to detect the presence of an Adminer login panel. Adminer is a database management tool that allows users to interact with their databases through a web interface. This module focuses on identifying instances of the Adminer login panel and provides information about its configuration.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: random_robbie, meme-lord, ritikchaddha

Impact

The presence of an Adminer login panel may indicate that the database management tool is accessible through a web interface. While this is not necessarily a security risk on its own, it could potentially expose sensitive information or allow unauthorized access if not properly secured.

How does the module work?

The "Adminer Login Panel" module works by sending HTTP requests to various paths commonly associated with Adminer installations. It uses matching conditions to determine if an Adminer login panel is present.

Example HTTP request:

GET /adminer.php

The module uses two matching conditions:

- Matcher 1: Checks if the response contains the phrase "Login - Adminer". - Matcher 2: Verifies that the response status is 200 (OK).

If both matching conditions are met, the module identifies the presence of an Adminer login panel.

For more information, you can refer to the Adminer blog post.

Metadata:

- max-request: 8 - verified: true - shodan-query: title:"Login - Adminer"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/adminer.php/_adminer.php/adminer/(+5 paths)
Headers

Accept-Language: en-US,en;q=0.5

Matching conditions
word: Login - Adminerand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability