Ethical Hacking Automation

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

Mautic CRM Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#tech#mautic#crm
Description

Mautic CRM Login Panel - Detect

What is the "Mautic CRM Login Panel - Detect" module?

The "Mautic CRM Login Panel - Detect" module is a test case designed to detect the presence of the Mautic CRM login panel. Mautic is an open-source marketing automation software that allows businesses to manage their customer relationships effectively. This module focuses on identifying any misconfigurations or vulnerabilities related to the Mautic CRM login panel.

This module has an informative severity level, which means it provides valuable information without posing an immediate threat to the system.

Impact

The impact of this module is primarily informational. It helps identify potential security weaknesses or misconfigurations in the Mautic CRM login panel, allowing system administrators to take appropriate actions to mitigate any risks.

How the module works?

The "Mautic CRM Login Panel - Detect" module works by sending an HTTP GET request to the "/s/login" path of the target system. It then applies matching conditions to determine if the Mautic CRM login panel is present.

The matching conditions for this module include:

- Checking if the response body contains the "<title>Mautic</title>" and "var mauticBasePath" keywords - Verifying that the response status code is 200

If both conditions are met, the module considers the Mautic CRM login panel to be detected.

By using this module, system administrators can proactively identify any potential vulnerabilities or misconfigurations in the Mautic CRM login panel, ensuring the security and stability of their Mautic installation.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/s/login
Matching conditions
word: <title>Mautic</title>, var mauticBasePat...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability