kubeletmein icon indicating copy to clipboard operation
kubeletmein copied to clipboard

Security testing tool for Kubernetes, abusing kubelet credentials on public cloud providers.

Results 2 kubeletmein issues
Sort by recently updated
recently updated
newest added

The current implementation of autodetect will only successfully autodetect EKS when using version one of the Instance Metadata Service. This pull request adds the ability for autodetect to work correctly...

From what I can tell, it's not easy to mock the AWS Go SDK `ec2metadata.New()`. There's commented out code from where I tried to write a wrapper for this but,...