Skip to content

Adobe Connect Central Login Panel

ID: adobe-connect-central-login

Severity: info

Author: dhiyaneshDk

Tags: adobe,panel,connect-central

An Adobe Connect Central login panel was detected.

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
cpe: cpe:2.3:a:adobe:connect:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: adobe
product: connect
shodan-query: http.title:"openvpn connect"
fofa-query: title="openvpn connect"
google-query: intitle:"openvpn connect"
tags: adobe,panel,connect-central
http:
- 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
# digest: 4a0a004730450221009c58abf8c360701735d96274a930fa4e5198db98c4fca73a64c3a85b425f2e5602202ddf868f2e889c6163668ef7d0be505421b1d539bcc190496904913a44aeb229:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/adobe/adobe-connect-central-login.yaml"

View on Github