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

32 lines
521 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:
max-request: 1
2023-06-04 08:13:42 +00:00
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
http:
2023-01-10 18:18:45 +00:00
- 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