Merge pull request #6508 from tess-ss/patch-102

Create dash-panel-detect.yaml
patch-1
Ritik Chaddha 2023-01-11 03:22:18 +05:30 committed by GitHub
commit 603ea21efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: dash-panel-detect
info:
name: Dash Panel Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-dork: html:"DashRenderer"
tags: tech,dash
requests:
- 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