nuclei-templates/misconfiguration/codis-dashboard.yaml

34 lines
570 B
YAML

id: codis-dashboard
info:
name: Codis Dashboard Exposure
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Codis • Dashboard"
tags: misconfig,exposure,codis
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Codis • Dashboard"
- "Sessions"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200