Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Apache Guacamole Login Page and version detection" module is a test case designed to detect the login page and determine the version of Apache Guacamole software. Apache Guacamole is an open-source remote desktop gateway that allows users to access their desktops and applications from anywhere using just a web browser. This module focuses on identifying the login page and extracting version information for further analysis.
This module has an informative severity level, which means it provides valuable information but does not indicate any immediate vulnerabilities or misconfigurations.
Author: r3dg33k
This module does not have any direct impact on the target system. It is purely designed to gather information about the Apache Guacamole login page and its version.
The module works by sending an HTTP GET request to the "/translations/en.json" path of the target system. It then applies matching conditions to determine if the response corresponds to the Apache Guacamole login page and if the status code is 200 (indicating a successful response).
Matching conditions:
- The response must contain the words "Apache Guacamole" (case-sensitive) in any part of the response. - The response status code must be 200.If both conditions are met, the module considers the target system to have the Apache Guacamole login page and extracts the version information for further analysis.