nuclei-templates/http/technologies/dash-panel-detect.yaml

32 lines
521 B
YAML

id: dash-panel-detect
info:
name: Dash Panel Detect
author: tess
severity: info
metadata:
max-request: 1
verified: true
shodan-query: html:"DashRenderer"
tags: tech,dash
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '_dash-config'
- 'DashRenderer'
condition: and
- type: status
status:
- 200