Skip to content

Ganglia Cluster Dashboard - Detect

ID: ganglia-cluster-dashboard

Severity: low

Author: ritikchaddha

Tags: misconfig,ganglia,dashboard

Ganglia Cluster dashboard was detected.

id: ganglia-cluster-dashboard
info:
name: Ganglia Cluster Dashboard - Detect
author: ritikchaddha
severity: low
description: |
Ganglia Cluster dashboard was detected.
classification:
cpe: cpe:2.3:a:ganglia:ganglia-web:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: ganglia
product: ganglia-web
shodan-query: html:"ganglia_form.submit()"
tags: misconfig,ganglia,dashboard
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ganglia/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ganglia_form.submit()'
- type: status
status:
- 200
# digest: 4a0a00473045022000c39b1fc8a6efbbd4c846867ea86b635cc04639d353a9936899f2c97e95e31b022100b79bfbb9b1c04cc890561d650c5f9eee8f69c4e0b2a5361ae78f5d542ac194e3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/ganglia-cluster-dashboard.yaml"

View on Github