Create emessage-panel.yaml

patch-1
Prince Chaddha 2021-12-18 13:27:58 +05:30 committed by GitHub
parent edd56d1189
commit 88e02c99c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
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