29 lines
503 B
YAML
29 lines
503 B
YAML
|
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
|