nuclei-templates/exposed-panels/adobe/adobe-connect-central-login...

31 lines
639 B
YAML

id: adobe-connect-central-login
info:
name: Adobe Connect Central Login Panel
author: dhiyaneshDk
severity: info
description: An Adobe Connect Central login panel was detected.
reference:
- https://www.adobe.com/products/adobeconnect.html
classification:
cwe-id: CWE-200
tags: adobe,panel,connect-central
requests:
- method: GET
path:
- "{{BaseURL}}/system/login"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Adobe Connect Central Login</title>'
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/03/20