Added kubernetes-version

patch-1
sandeep 2021-05-03 12:06:21 +05:30
parent e872325cb5
commit 3142842b85
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: kubernetes-version
info:
name: Kubernetes Version Exposure
author: raesene
description: Searches for exposed Kubernetes API servers which return version information unauthenticated
severity: info
tags: tech,k8s
requests:
- method: GET
path:
- "{{BaseURL}}/version"
matchers:
- type: word
words:
- "gitVersion"
- "goVersion"
- "platform"
condition: and