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

32 lines
616 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: |
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
# Enhanced by md on 2023/03/14