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

26 lines
409 B
YAML

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