Skip to content

3CX Phone System Management Console - Panel Detect

ID: 3cx-phone-management-panel

Severity: info

Author: idealphase

Tags: panel,3cx

3CX Phone System Management Console panel was detected.

id: 3cx-phone-management-panel
info:
name: 3CX Phone System Management Console - Panel Detect
author: idealphase
severity: info
description: 3CX Phone System Management Console panel was detected.
reference:
- https://www.3cx.com/
- https://www.3cx.com/phone-system/
- 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
cwe-id: CWE-200
cpe: cpe:2.3:a:3cx:3cx:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: 3cx
product: 3cx
shodan-query:
- http.title:"3CX Phone System Management Console"
- http.favicon.hash:970132176
- http.title:"3cx webclient"
- http.title:"3cx phone system management console"
google-query:
- intitle:"3CX Phone System Management Console"
- intitle:"3cx phone system management console"
- intitle:"3cx webclient"
fofa-query:
- icon_hash=970132176
- title="3cx phone system management console"
- title="3cx webclient"
tags: panel,3cx
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "3CX Phone System Management Console"
- "Welcome to the 3CX Management Console"
condition: or
# digest: 4b0a00483046022100c05fbdb6babeaa775606d68a9eaf367131bdb7512f2552b56f1255b80f3f43a90221008fbc312f71a77a87e3888a95965e828d0a67b6eb7782f85513a60462a92651e8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/3cx-phone-management-panel.yaml"

View on Github