Ethical Hacking Automation

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

Apache Guacamole Login Page and version detection

By kannthu

Informative
Vidoc logoVidoc Module
#apache#guacamole#tech#login
Description

What is the "Apache Guacamole Login Page and version detection?" module?

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

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/translations/en.jso...
Matching conditions
word: Apache Guacamoleand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability