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