Skip to content

Cisco TelePresence Login Panel - Detect

ID: cisco-telepresence

Severity: info

Author: dhiyaneshDk

Tags: panel,cisco

Cisco TelePresence login panel was detected.

id: cisco-telepresence
info:
name: Cisco TelePresence Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Cisco TelePresence login 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
cpe: cpe:2.3:a:cisco:telepresence_tc:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Cisco Telepresence"
product: telepresence_tc
vendor: cisco
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}/login.html"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cisco TelePresence MCU - login:"
- type: status
status:
- 200
# digest: 4a0a00473045022100f7868e9b2fea96857f4f382bc73897d231a2fb55c13da0fb2e8ad395471fa826022011d9f0444f78a9f92c81a33bcf88db95bdde77026626dd7e7929b69212c2ffec: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/cisco/cisco-telepresence.yaml"

View on Github