Skip to content

CX Cloud Panel - Detect

ID: cx-cloud-login

Severity: info

Author: dhiyaneshDk

Tags: panel,cx

CX Cloud panel was detected,

id: cx-cloud-login
info:
name: CX Cloud Panel - Detect
author: dhiyaneshDk
severity: info
description: CX Cloud panel was detected,
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
metadata:
max-request: 2
tags: panel,cx
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/cxcum/'
matchers:
- type: word
words:
- "<title>CX Cloud</title>"
# digest: 4a0a00473045022100bc53177c903942b9bbb9cd0d156d4cb0d269ad36f31760c5f876085a28b7929a02202a8fcb03a63376d447765df8f3b64eb091a5a0459061f6c6361807021e0d5f2d: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/cx-cloud-login.yaml"

View on Github