diff --git a/exposed-panels/ccm-detect.yaml b/exposed-panels/ccm-detect.yaml new file mode 100644 index 0000000000..54db919a16 --- /dev/null +++ b/exposed-panels/ccm-detect.yaml @@ -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