Create dash-panel-detect.yaml

patch-1
Arman 2023-01-10 13:18:45 -05:00 committed by GitHub
parent baf583df59
commit 1aa2673297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: dash-panel-detect
info:
name: Dash Panel Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-dork: http.title:"Dash"
tags: dash,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/'
matchers-condition: and
matchers:
- type: word
words:
- 'Dash</title>'
- '_dash-config'
part: body
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200