commit
92cf690fa4
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in New Issue