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

25 lines
407 B
YAML

id: emessage-panel
info:
name: Emessage Panel Detect
author: ffffffff0x
severity: info
metadata:
fofa-query: title="emessage"
tags: panel,emessage
requests:
- method: GET
path:
- "{{BaseURL}}/login.jsp"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)<title>emessage.*</title>'
- type: status
status:
- 200