nuclei-templates/misconfiguration/jaeger-ui-dashboard.yaml

25 lines
396 B
YAML

id: jaeger-ui-dashboard
info:
name: Jaeger UI
author: dhiyaneshDK
severity: low
tags: misconfig
metadata:
shodan-query: 'http.title:"Jaeger UI"'
requests:
- method: GET
path:
- "{{BaseURL}}/search"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Jaeger UI</title>'
- type: status
status:
- 200