Skip to content

Dialogic XMS Admin Console - Detect

ID: dialogic-xms-console

Severity: info

Author: ritikchaddha

Tags: panel,dialogic,admin,login,detect

id: dialogic-xms-console
info:
name: Dialogic XMS Admin Console - Detect
author: ritikchaddha
severity: info
classification:
cpe: cpe:2.3:a:dialogic:powermedia_xms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: dialogic
product: powermedia_xms
shodan-query: title:"Dialogic XMS Admin Console"
tags: panel,dialogic,admin,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Dialogic XMS Admin Console'
- type: status
status:
- 200
# digest: 4a0a004730450221009c211d88ec13946f439069735fa19f19259e2cbe0a0caf8e9f58e88a0fb597bd022008bf8a7b38746d57693008abef0cb7e8b4036ff89cdab1219907c2263b52e696: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/dialogic-xms-console.yaml"

View on Github