Ethical Hacking Automation

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

Ganglia Cluster Dashboard - Detect

By kannthu

Low
Vidoc logoVidoc Module
#misconfig#ganglia#dashboard
Description

What is the "Ganglia Cluster Dashboard - Detect" module?

The "Ganglia Cluster Dashboard - Detect" module is designed to detect the presence of the Ganglia Cluster dashboard. Ganglia is a software tool used for monitoring and visualizing the performance of computer clusters and grids. This module focuses on detecting the dashboard and does not perform any vulnerability or misconfiguration checks. The severity of this module is classified as low.

This module was authored by ritikchaddha.

Impact

This module does not have any direct impact as it only detects the presence of the Ganglia Cluster dashboard. However, the Ganglia Cluster dashboard itself may have security implications if it is misconfigured or vulnerable.

How does the module work?

The "Ganglia Cluster Dashboard - Detect" module works by sending an HTTP GET request to the "/ganglia/" path. It then applies two matching conditions to determine if the Ganglia Cluster dashboard is present:

- The module checks if the response body contains the code snippet "ganglia_form.submit()". - The module also checks if the response status code is 200 (OK).

If both conditions are met, the module considers the Ganglia Cluster dashboard to be detected.

It is important to note that this module does not perform any further actions or provide any additional information about the detected dashboard.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ganglia/
Matching conditions
word: ganglia_form.submit()and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability