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

34 lines
647 B
YAML
Raw Normal View History

2023-02-10 08:14:21 +00:00
id: ganglia-cluster-dashboard
info:
name: Ganglia Cluster Dashboard - Detect
2023-02-10 08:14:21 +00:00
author: ritikchaddha
severity: low
2023-02-10 12:15:35 +00:00
description: |
Ganglia Cluster dashboard was detected.
2023-02-10 08:14:21 +00:00
metadata:
max-request: 2
2023-02-10 08:14:21 +00:00
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
http:
2023-02-10 08:14:21 +00:00
- 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
# Enhanced by md on 2023/03/08