Ethical Hacking Automation

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

Modoboa Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#modoboa#mail
Description

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

The "Modoboa Login Panel - Detect" module is a test case designed to detect the presence of the Modoboa login panel. Modoboa is an open-source mail hosting and management platform. This module focuses on identifying the login panel and determining if it is properly configured.

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

Impact

This module does not have any direct impact on the target system. It is purely designed to detect the presence of the Modoboa login panel and provide information about its configuration.

How the module works?

The "Modoboa Login Panel - Detect" module works by sending an HTTP GET request to the "/accounts/login/?next=/" path of the target system. It then applies two matching conditions to determine if the Modoboa login panel is present and properly configured.

The first matching condition checks the response body for the presence of the phrase "Welcome to Modoboa". This indicates that the login panel is displayed on the page.

The second matching condition verifies that the HTTP response status is 200, indicating a successful request.

By combining these matching conditions, the module can accurately detect the presence of the Modoboa login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/accounts/login/?nex...
Matching conditions
word: Welcome to Modoboaand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability