Skip to content

Xenmobile Console Login Panel - Detect

ID: xenmobile-login

Severity: info

Author: dhiyaneshDK

Tags: panel,edb,citrix

Xenmobile Console login panel was detected.

id: xenmobile-login
info:
name: Xenmobile Console Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Xenmobile Console login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6675
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:citrix:xenmobile_device_manager_mdm:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: citrix
product: xenmobile_device_manager_mdm
tags: panel,edb,citrix
http:
- method: GET
path:
- '{{BaseURL}}/zdm/login_xdm_uc.jsp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XenMobile - Console - Logon</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022031483b321cf80f9a5467a6fd4fee7c9bd6fd51a462e62d46ff098b9abd0c1f42022100acd374f2707ebe4f917f032193a22699aa7fa3d535c7a14635e2b1a62002d7ac: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/xenmobile-login.yaml"

View on Github