Ethical Hacking Automation

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

Adobe Connect Central Version

By kannthu

Informative
Vidoc logoVidoc Module
#adobe
Description

What is the "Adobe Connect Central Version?"

The "Adobe Connect Central Version" module is designed to detect the version of Adobe Connect Central software. It is used to identify potential misconfigurations, vulnerabilities, or software fingerprints related to Adobe Connect Central.

Impact

This module provides information about the version of Adobe Connect Central software, which can be useful for assessing the security posture of the system. By knowing the version, organizations can determine if they are running outdated software that may have known vulnerabilities.

How the module works?

The "Adobe Connect Central Version" module sends an HTTP GET request to the "/version.txt" path of the target system. It expects the response to have a status code of 200 and the content type to be "text/plain". Additionally, it looks for the presence of the keyword "package=" in the response body. If all these conditions are met, the module considers the version information successfully detected.

Example HTTP request:

GET /version.txt

Matching conditions:

- The response body must contain the keyword "package=" - The response headers must have a content type of "text/plain" - The response status code must be 200

The "Adobe Connect Central Version" module provides valuable insights into the version of Adobe Connect Central software, allowing organizations to take appropriate actions to secure their systems.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/version.txt
Matching conditions
word: package=and
word: text/plainand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability