Create ganglia-cluster-dashboard.yaml
parent
afe2e3cbd9
commit
e314399d73
|
@ -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
|
Loading…
Reference in New Issue