35 lines
877 B
YAML
35 lines
877 B
YAML
id: fortimail-login
|
|
|
|
info:
|
|
name: Fortinet FortiMail Login Panel - Detect
|
|
author: johnk3r
|
|
severity: info
|
|
description: Fortinet FortiMail login panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Fortimail"
|
|
fofa-query: Fortimail && port=443
|
|
tags: panel,fortinet,fortimail,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/m/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>FortiMail</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100e56d38aa27716a6a92bd7829a3917e5bf258df4b4a3f3e1f52545ce97ae77a73022100e8308eb3aee857b299bb771ac1a696975022b32e0a3398d4c5dac4db034bed0c:922c64590222798bb761d5b6d8e72950
|