nuclei-templates/misconfiguration/slurm-hpc-dashboard.yaml

30 lines
606 B
YAML
Raw Normal View History

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: |
It exposes the Slurm HPC dashboard to the unauth users.
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