nuclei-templates/panels/kubernetes-pods.yaml

19 lines
352 B
YAML
Raw Normal View History

2020-06-17 17:11:32 +00:00
id: kubernetes-pods-api
2020-06-17 15:56:34 +00:00
info:
name: Kubernetes Pods API
author: ilovebinbash
severity: informative
2020-06-17 15:56:34 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}:10250/pods'
matchers:
- type: word
words:
- "apiVersion"
part: body
- type: word
words:
- "application/json"
part: header