33 lines
949 B
YAML
33 lines
949 B
YAML
id: 3cx-phone-webclient-management-panel
|
|
|
|
info:
|
|
name: 3CX Phone System Web Client Management Console - Panel Detect
|
|
author: idealphase
|
|
severity: info
|
|
description: 3CX Phone System Web Client Management Console panel was detected.
|
|
reference:
|
|
- https://www.3cx.com/phone-system/
|
|
- https://www.3cx.com/blog/unified-communications/client-apps/
|
|
- https://medium.com/@frycos/pwning-3cx-phone-management-backends-from-the-internet-d0096339dd88
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"3CX Webclient"
|
|
google-query: intitle:"3CX Webclient"
|
|
tags: panel,3cx
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/webclient/'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- " <title>3CX Webclient</title>"
|
|
- '<meta name="description" content="3CX">'
|
|
condition: or
|