28 lines
611 B
YAML
28 lines
611 B
YAML
id: ccm-detect
|
|
info:
|
|
name: ClearCom Core Configuration Manager (CCM) Detect
|
|
author: failOpen
|
|
severity: info
|
|
reference:
|
|
- https://www.clearcom.com/DownloadCenter/manuals/FreeSpeakII_Online_Manual/UserGuide/Content/Base/CCM/CCM.htm
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"CCM - Authentication Failure"
|
|
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
|