38 lines
832 B
YAML
38 lines
832 B
YAML
id: unauthenticated-zipkin
|
|
|
|
info:
|
|
name: Zipkin Discovery
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: Unauthenticated access to Zipkin was discovered.
|
|
reference:
|
|
- https://zipkin.io/
|
|
metadata:
|
|
max-request: 1
|
|
tags: unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/config.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- 'application/json'
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- environment
|
|
- defaultLookback
|
|
part: body
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100f1704763adb088a26cc4db7814c35fbe64b9b51abec0479fda2fce4ca09e1977022100e6ea82953984d03028b0078d2bca4812d94d2c81f61d466281d7232d12f0d01e:922c64590222798bb761d5b6d8e72950
|