26 lines
450 B
YAML
26 lines
450 B
YAML
id: kubelet-pods
|
|
|
|
info:
|
|
name: Kubelet Scan
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet pods
|
|
tags: tech,k8s,kubernetes,devops,kubelet,pods
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pods"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"PodList":'
|
|
- '"items":'
|
|
condition: and |