Create ganglia-cluster-dashboard.yaml

patch-1
Ritik Chaddha 2023-02-10 13:44:21 +05:30 committed by GitHub
parent afe2e3cbd9
commit e314399d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: ganglia-cluster-dashboard
info:
name: Ganglia Cluster Dashboard - Detect
author: ritikchaddha
severity: low
description: It exposes the Ganglia cluster dashboard to the unauth users.
metadata:
verified: true
shodan-query: html:"ganglia_form.submit()"
tags: panel,ganglia,dashboard
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ganglia/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'ganglia_form.submit()'
- type: status
status:
- 200