mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create ray-dashboard.yaml
This commit is contained in:
28
misconfiguration/ray-dashboard.yaml
Normal file
28
misconfiguration/ray-dashboard.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
Reference in New Issue
Block a user