Merge pull request #5344 from projectdiscovery/ccm-detect

Create ccm-detect.yaml
patch-1
Prince Chaddha 2022-09-12 18:13:21 +05:30 committed by GitHub
commit 92cf690fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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