Skip to content

Polycom Admin Panel - Detect

ID: polycom-admin-detect

Severity: info

Author: e_schultze_

Tags: panel,polycom

Polycom admin panel was detected.

id: polycom-admin-detect
info:
name: Polycom Admin Panel - Detect
author: e_schultze_
severity: info
description: Polycom admin 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:h:polycom:vvx:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: polycom
product: vvx
tags: panel,polycom
http:
- method: GET
path:
- "{{BaseURL}}/systemstatus.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "SYSTEMSTATUS"
part: body
- type: word
words:
- "Server: lighttpd"
part: header
# digest: 4a0a004730450220014f406b45f88051059aa1328b83af47f7366ed6d7abbb61be40c69fe21d6d93022100e24e93a9f525e296ec53e908ae0ad725f974865ff65110a8560f4e210e52ca4c: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/polycom-admin-detect.yaml"

View on Github