nuclei-templates/panels/kubernetes-pods.yaml

19 lines
347 B
YAML

id: kubernetes-pods-api
info:
name: Kubernetes Pods API
author: ilovebinbash
severity: medium
requests:
- method: GET
path:
- '{{BaseURL}}:10250/pods'
matchers:
- type: word
words:
- "apiVersion"
part: body
- type: word
words:
- "application/json"
part: header