Skip to content

Mautic CRM Login Panel - Detect

ID: mautic-crm-panel

Severity: info

Author: cyllective,daffainfo

Tags: tech,mautic,crm,panel

Mautic CRM login panel was detected.

id: mautic-crm-panel
info:
name: Mautic CRM Login Panel - Detect
author: cyllective,daffainfo
severity: info
description: Mautic CRM login panel was detected.
reference:
- https://github.com/mautic/mautic
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: tech,mautic,crm,panel
http:
- method: GET
path:
- "{{BaseURL}}/s/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Mautic</title>'
- 'var mauticBasePath'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022032e6c679c1b320b3610c067c6d072077f95aa6b8fa4ff37f8dfc3aca14821bcb022100ac725e7e23b47830c901bd717abf9ea330a7bef612ac798e6d8e6d802db8d5d6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mautic-crm-panel.yaml"

View on Github