nuclei-templates/http/exposures/files/kubernetes-etcd-keys.yaml

32 lines
662 B
YAML
Raw Normal View History

id: kubernetes-etcd-keys
2022-12-10 13:48:10 +00:00
info:
name: Kubernetes etcd Keys Exposure
2022-12-10 13:48:10 +00:00
author: Hardik-Solanki
2022-12-12 17:51:38 +00:00
severity: medium
reference:
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
2022-12-10 13:48:10 +00:00
metadata:
max-request: 1
2022-12-10 13:48:10 +00:00
verified: true
github-query: filename:apiserver-etcd-client.key
tags: files,exposure,kubernetes,k8s
2022-12-10 13:48:10 +00:00
http:
2022-12-10 13:48:10 +00:00
- method: GET
path:
- "{{BaseURL}}/apiserver-etcd-client.key"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'BEGIN RSA PRIVATE KEY'
- 'END RSA PRIVATE KEY'
condition: and
- type: status
status:
- 200