nuclei-templates/misconfiguration/ganglia-cluster-dashboard.yaml

31 lines
624 B
YAML
Raw Normal View History

2023-02-10 08:14:21 +00:00
id: ganglia-cluster-dashboard
info:
2023-02-10 12:15:35 +00:00
name: Ganglia Cluster Dashboard - Exposure
2023-02-10 08:14:21 +00:00
author: ritikchaddha
severity: low
2023-02-10 12:15:35 +00:00
description: |
It exposes the Ganglia cluster dashboard to the unauth users.
2023-02-10 08:14:21 +00:00
metadata:
verified: true
shodan-query: html:"ganglia_form.submit()"
2023-02-10 12:15:35 +00:00
tags: misconfig,ganglia,dashboard
2023-02-10 08:14:21 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ganglia/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
2023-02-10 08:15:26 +00:00
part: body
2023-02-10 08:14:21 +00:00
words:
- 'ganglia_form.submit()'
- type: status
status:
- 200