nuclei-templates/exposed-panels/polycom-login.yaml

33 lines
640 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
tags: edb,panel
requests:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Polycom Login</title>"
part: body
- type: status
status:
- 200
# Enhanced by md on 2022/12/06