nuclei-templates/exposures/configs/kubernetes-kustomization-di...

37 lines
780 B
YAML
Raw Normal View History

id: kubernetes-kustomization-disclosure
info:
name: Kubernetes Kustomization Disclosure
author: dhiyaneshDk
severity: medium
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/kubernetes-kustomization-disclosure.json
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/kustomization.yml"
matchers-condition: and
matchers:
2021-07-23 21:33:31 +00:00
- type: word
part: body
2021-07-23 21:33:31 +00:00
condition: or
words:
- "apiVersion:"
- "resources:"
- "namespace:"
- "commonLabels:"
- "Kustomization"
- type: word
2021-07-23 21:33:31 +00:00
part: body
condition: or
words:
2021-07-23 21:33:31 +00:00
- "yaml"
- "yml"
- type: status
status:
- 200