2023-01-10 18:18:45 +00:00
|
|
|
id: dash-panel-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Dash Panel Detect
|
|
|
|
author: tess
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: "true"
|
2023-01-24 09:57:53 +00:00
|
|
|
shodan-query: html:"DashRenderer"
|
2023-01-10 21:43:47 +00:00
|
|
|
tags: tech,dash
|
2023-01-10 18:18:45 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-01-10 21:43:47 +00:00
|
|
|
- '{{BaseURL}}'
|
2023-01-10 18:18:45 +00:00
|
|
|
|
2023-01-10 21:43:47 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2023-01-10 18:18:45 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-01-10 21:43:47 +00:00
|
|
|
part: body
|
2023-01-10 18:18:45 +00:00
|
|
|
words:
|
|
|
|
- '_dash-config'
|
2023-01-10 21:43:47 +00:00
|
|
|
- 'DashRenderer'
|
2023-01-10 18:18:45 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|