Create emessage-panel.yaml
parent
edd56d1189
commit
88e02c99c2
|
@ -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
|
Loading…
Reference in New Issue