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

31 lines
508 B
YAML
Raw Normal View History

2023-01-10 18:18:45 +00:00
id: dash-panel-detect
info:
name: Dash Panel Detect
author: tess
severity: info
metadata:
verified: "true"
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