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

25 lines
413 B
YAML

id: polycom-login
info:
name: Polycom Login
author: DhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/6863
tags: 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