nuclei-templates/exposed-panels/modoboa-panel.yaml

42 lines
878 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.favicon.hash:1949005079
tags: panel,modoboa,mail
requests:
- 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
# Enhanced by md on 2023/01/16