misc update

patch-1
sandeep 2021-09-04 15:23:49 +05:30
parent 6ba8cb040d
commit b74dffae92
1 changed files with 9 additions and 4 deletions

View File

@ -1,24 +1,29 @@
id: kubernetes-exposed-metrics
id: kubernetes-metrics
info:
name: Detect Kubernetes Exposed Metrics
author: pussycat0x
severity: low
description: Information Disclosure of Garbage Collection
tags: kubernetes,exposure, metrics
tags: kubernetes,exposure,devops
reference: https://kubernetes.io/docs/concepts/cluster-administration/system-metrics/#metrics-in-kubernetes
requests:
- method: GET
path:
- "{{BaseURL}}:8080/metrics"
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
condition: and
words:
- "namespace"
- "HELP"
- "TYPE"
- "kube"
condition: and
- type: status
status:
- 200