2023-02-10 07:58:53 +00:00
|
|
|
id: slurm-hpc-dashboard
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Slurm HPC Dashboard - Detect
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: low
|
2023-02-10 12:46:02 +00:00
|
|
|
description: |
|
2023-03-14 15:25:56 +00:00
|
|
|
Slurm HPC Dashboard was detected.
|
2023-02-10 07:58:53 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Slurm HPC Dashboard"
|
2023-02-10 12:46:02 +00:00
|
|
|
tags: misconfig,slurm,dashboard
|
2023-02-10 07:58:53 +00:00
|
|
|
|
|
|
|
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
|
2023-03-14 15:25:56 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/03/14
|