Skip to content

3CX Config - File Disclosure

ID: 3cx-config

Severity: low

Author: DhiyaneshDk

Tags: 3cx,config,exposure

3CX Configuration file was discovered.

id: 3cx-config
info:
name: 3CX Config - File Disclosure
author: DhiyaneshDk
severity: low
description: |
3CX Configuration file was discovered.
reference:
- https://www.3cx.com/docs/configure-pbx-automatically/
metadata:
verified: true
max-request: 1
shodan-query: html:"setupconfig.xml"
tags: 3cx,config,exposure
http:
- method: GET
path:
- "{{BaseURL}}/SetupConfig.xml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "3CX"
- "<SetupConfig"
condition: and
- type: word
part: content_type
words:
- "application/xml"
# digest: 4a0a00473045022100abc8782599bd27b268bc5b3f3d26a7048af16a7b86b0abb538007677db9b2d96022071a9bb960aaffe329713036d7a16d0aafb32cc92a2d90da7efa4a745415f1c47: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/exposures/configs/3cx-config.yaml"

View on Github