Cisco Unity Connection Panel - Detect
ID: cisco-unity-panel
Severity: info
Author: HeeresS
Tags: panel,cisco,unity,login,detect
Description
Section titled “Description”A Cisco Unity Connection instance was detected.
YAML Source
Section titled “YAML Source”id: cisco-unity-panel
info: name: Cisco Unity Connection Panel - Detect author: HeeresS severity: info description: | A Cisco Unity Connection instance was detected. classification: cpe: cpe:2.3:a:cisco:unity_connection:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: cisco product: unity_connection shodan-query: html:"Cisco Unity Connection" tags: panel,cisco,unity,login,detect
http: - method: GET path: - "{{BaseURL}}/cuadmin/home.do" - "{{BaseURL}}"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "Cisco Unity Connection Administration" - ">Cisco Unity Connection</a>" condition: or
- type: status status: - 200# digest: 490a004630440220059959723a239810f174ac47080b7248d2348009c2e4e555d85b3b3ea6536dc2022053317d3f3a0c19d8f2fb048bdda443b65375c97d96cca32f7c7de1b60b464ecb:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/cisco-unity-panel.yaml"