nuclei-templates/technologies/kubernetes/kubernetes-version.yaml

33 lines
925 B
YAML
Raw Normal View History

2021-05-03 06:36:21 +00:00
id: kubernetes-version
info:
name: Kubernetes Version Exposure
author: raesene,idealphase
severity: info
description: Searches for exposed Kubernetes API servers which return version information unauthenticated. For Google Kubernetes Engine (GKE) and Amazon Elastic Kubernetes Service (EKS) this template will extract
default patch version for you.
reference:
- https://cloud.google.com/kubernetes-engine/docs/release-notes
- https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
metadata:
shodan-query: product:"Kubernetes" version:"1.21.5-eks-bc4871b"
2021-05-26 21:16:26 +00:00
tags: tech,k8s,kubernetes,devops
2021-05-03 06:36:21 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/version"
matchers:
- type: word
words:
- "gitVersion"
- "goVersion"
- "platform"
2021-05-26 21:16:26 +00:00
condition: and
extractors:
- type: json
json:
- '.gitVersion'