nuclei-templates/http/misconfiguration/codis-dashboard.yaml

35 lines
585 B
YAML
Raw Normal View History

2022-11-10 17:56:31 +00:00
id: codis-dashboard
info:
2022-11-10 17:58:53 +00:00
name: Codis Dashboard Exposure
2022-11-10 17:56:31 +00:00
author: tess
severity: low
metadata:
max-request: 1
2022-11-10 17:56:31 +00:00
verified: true
shodan-query: title:"Codis • Dashboard"
tags: misconfig,exposure,codis
http:
2022-11-10 17:56:31 +00:00
- method: GET
path:
2022-11-10 17:58:53 +00:00
- "{{BaseURL}}"
2022-11-10 17:56:31 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Codis • Dashboard"
2022-11-10 17:58:53 +00:00
- "Sessions"
2022-11-10 17:56:31 +00:00
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200