30 lines
606 B
YAML
30 lines
606 B
YAML
|
id: slurm-hpc-dashboard
|
||
|
|
||
|
info:
|
||
|
name: Slurm HPC Dashboard - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: low
|
||
|
description: |
|
||
|
It exposes the Slurm HPC dashboard to the unauth users.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Slurm HPC Dashboard"
|
||
|
tags: misconfig,slurm,dashboard
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/slurm/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Slurm HPC Dashboard</title>'
|
||
|
- 'content="Slurm HPC dashboard'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|