Create casemanager-panel.yaml
parent
4b6897576d
commit
8176e88aa2
|
@ -0,0 +1,24 @@
|
|||
id: casemanager-panel
|
||||
|
||||
info:
|
||||
name: CaseManager Panel
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: title="CaseManager"
|
||||
tags: casemanager,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>CaseManager</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue