nuclei-templates/misconfiguration/unauthenticated-zippkin.yaml

32 lines
553 B
YAML
Raw Normal View History

2021-05-11 15:44:40 +00:00
id: unauthenticated-zippkin
2021-05-09 07:17:14 +00:00
info:
2021-05-11 15:44:40 +00:00
name: Unauthenticated Zippkin
2021-05-09 07:17:14 +00:00
author: dhiyaneshDk
severity: high
description: Unauthenticated access to Zippkin
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