31 lines
673 B
YAML
31 lines
673 B
YAML
id: kubelet-pods
|
|
|
|
info:
|
|
name: Kubelet Scan
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet pods
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,k8s,kubernetes,devops,kubelet,pods
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pods"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"PodList":'
|
|
- '"items":'
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220742b5968d3f372d97a4a8b86ba213707ac679e1d5c4808ba33e00532ffc1f0a60221008fd40660da52518c51ed26adef62de876beb8508bcc3271ef3cc49d81dde5251:922c64590222798bb761d5b6d8e72950
|