nuclei-templates/misconfiguration/ray-dashboard.yaml

29 lines
503 B
YAML
Raw Normal View History

2022-11-11 00:05:40 +00:00
id: ray-dashboard
info:
name: Ray Dashboard Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Ray Dashboard"
tags: misconfig,exposure,ray
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ray Dashboard"
- "webpackJsonpray-dashboard-client"
condition: and
- type: status
status:
- 200