Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Adobe Connect Central Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#adobe#panel#connect-central
Description

What is the "Adobe Connect Central Login Panel?"

The "Adobe Connect Central Login Panel" module is designed to detect the presence of an Adobe Connect Central login panel. Adobe Connect Central is a web-based platform that allows users to create, manage, and deliver online meetings, webinars, and virtual classrooms. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by dhiyaneshDk.

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the Adobe Connect Central login panel, providing information about its existence.

How does the module work?

The module works by sending an HTTP GET request to the "/system/login" path of the target website. It then applies two matching conditions to determine if the Adobe Connect Central login panel is present:

    - The module checks if the response body contains the HTML title tag "<title>Adobe Connect Central Login</title>". This indicates that the login panel is present. - The module also checks if the response status code is 200, indicating a successful request. This further confirms the presence of the login panel.

If both matching conditions are met, the module reports the detection of the Adobe Connect Central login panel.

For more information about Adobe Connect Central, you can visit their official website: https://www.adobe.com/products/adobeconnect.html.

Metadata: max-request: 1

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/system/login
Matching conditions
word: <title>Adobe Connect Central Login</titl...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability