28 lines
604 B
YAML
28 lines
604 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
|
|
|
|
# digest: 4a0a004730450220637ad9f22071e3b6ce8636045e54dd29bcfc0f4490f77596729ac5f35e39e4c8022100e42ae2c4bda9815a86c1c6cfd0c35e3d41e6924c61ca4b19a91241d04353a9bd:922c64590222798bb761d5b6d8e72950
|