Create dash-panel-detect.yaml
parent
baf583df59
commit
1aa2673297
|
@ -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
|
Loading…
Reference in New Issue