Skip to content

eMessage Login Panel - Detect

ID: emessage-panel

Severity: info

Author: ffffffff0x

Tags: panel,emessage

eMessage login panel was detected.

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
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
# digest: 4a0a00473045022010ee3134f955e4a863ed82471af940bd87cfe4ccee7d572554df3a8a7599b978022100b9c4b870ca70c6bed5b66bb26d045bf6e5575b83c629fd5281db371c7c7e12ab:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/emessage-panel.yaml"

View on Github