33 lines
633 B
YAML
33 lines
633 B
YAML
id: emessage-panel
|
|
|
|
info:
|
|
name: eMessage Login Panel - Detect
|
|
author: ffffffff0x
|
|
severity: info
|
|
description: eMessage 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.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
fofa-query: title="emessage"
|
|
tags: panel,emessage
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)<title>emessage.*</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2022/11/14
|