Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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:
<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