nuclei-templates/misconfiguration/unauthenticated-zipkin.yaml

32 lines
550 B
YAML

id: unauthenticated-zipkin
info:
name: Unauthenticated Zipkin
author: dhiyaneshDk
severity: high
description: Unauthenticated access to Zipkin
tags: unauth
requests:
- 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