Merge pull request #3369 from projectdiscovery/princechaddha-patch-3

Create emessage-panel.yaml
patch-1
Prince Chaddha 2021-12-18 13:29:47 +05:30 committed by GitHub
commit e89d19e115
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