Create ccm-detect.yaml
parent
e57dba0079
commit
b6a1491c19
|
@ -0,0 +1,23 @@
|
|||
id: ccm-detect
|
||||
|
||||
info:
|
||||
name: ClearCom Core Configuration Manager (CCM) Detect
|
||||
author: failOpen
|
||||
severity: info
|
||||
tags: panel,clearcom,ccm
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "CCM - Authentication Failure"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 401
|
Loading…
Reference in New Issue