commit
c7a958c5f3
|
@ -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
|
Loading…
Reference in New Issue