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

25 lines
413 B
YAML
Raw Normal View History

2021-04-19 16:03:17 +00:00
id: polycom-login
info:
name: Polycom Login
author: DhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/6863
2021-04-20 09:11:34 +00:00
tags: panel
2021-04-19 16:03:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Polycom Login</title>"
part: body
- type: status
status:
- 200