34 lines
647 B
YAML
34 lines
647 B
YAML
id: ganglia-cluster-dashboard
|
|
|
|
info:
|
|
name: Ganglia Cluster Dashboard - Detect
|
|
author: ritikchaddha
|
|
severity: low
|
|
description: |
|
|
Ganglia Cluster dashboard was detected.
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
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
|
|
|
|
# Enhanced by md on 2023/03/08
|