35 lines
667 B
YAML
35 lines
667 B
YAML
id: modoboa-panel
|
|
|
|
info:
|
|
name: Modoboa Login Panel
|
|
author: kh4sh3i
|
|
severity: info
|
|
reference:
|
|
- https://modoboa.org
|
|
- https://github.com/modoboa/modoboa
|
|
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
|