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

42 lines
878 B
YAML
Raw Normal View History

2022-12-17 19:48:18 +00:00
id: modoboa-panel
info:
name: Modoboa Login Panel - Detect
2022-12-17 19:48:18 +00:00
author: kh4sh3i
severity: info
description: Modoboa login panel was detected.
2022-12-17 19:48:18 +00:00
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
2022-12-17 19:48:18 +00:00
metadata:
verified: true
shodan-query: http.favicon.hash:1949005079
tags: panel,modoboa,mail
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/accounts/login/?next=/"
2023-01-05 09:25:15 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2022-12-17 19:48:18 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-05 09:25:15 +00:00
- 'Welcome to Modoboa'
2022-12-17 19:48:18 +00:00
case-insensitive: true
- type: status
status:
- 200
# Enhanced by md on 2023/01/16