Skip to content

Modoboa Login Panel - Detect

ID: modoboa-panel

Severity: info

Author: kh4sh3i

Tags: panel,modoboa,mail

Modoboa login panel was detected.

id: modoboa-panel
info:
name: Modoboa Login Panel - Detect
author: kh4sh3i
severity: info
description: Modoboa login panel was detected.
reference:
- https://modoboa.org
- https://github.com/modoboa/modoboa
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:modoboa:modoboa:*:*:*:*:modoboa:*:*:*
metadata:
verified: true
max-request: 2
vendor: modoboa
product: modoboa
shodan-query:
- http.favicon.hash:1949005079
- http.html:"modoboa"
fofa-query:
- body="modoboa"
- icon_hash=1949005079
tags: panel,modoboa,mail
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/accounts/login/?next=/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to Modoboa'
case-insensitive: true
- type: status
status:
- 200
# digest: 4a0a004730450221008517392c44685319ca17680ce28e682d2bf52ca520a15eb42943b6828ebe9ac302202857dfe1b1611c5a6c0c3cad10db633f4c560ecb98b264a4556aed7d27435b77: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/modoboa-panel.yaml"

View on Github