Polycom Login Panel - Detect
ID: polycom-login
Severity: info
Author: DhiyaneshDk
Tags: edb,panel
Description
Section titled “Description”Polycom login panel was detected.
YAML Source
Section titled “YAML Source”id: polycom-login
info: name: Polycom Login Panel - Detect author: DhiyaneshDk severity: info description: Polycom login panel was detected. reference: - https://www.exploit-db.com/ghdb/6863 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 metadata: max-request: 1 tags: edb,panel
http: - method: GET path: - "{{BaseURL}}/login.html"
matchers-condition: and matchers: - type: word words: - "<title>Polycom Login</title>" part: body
- type: status status: - 200# digest: 490a004630440220735f078ffa03eb4f41536cf5326dbe12e28c1cb8127dc22f2375d7f805c01c53022076450410162d8ebb7d02007a5d7be656b8676032475b5cd4d6ff64a21615a64d: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/polycom-login.yaml"