-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module to extract service account tokens of running pods in EKS #443
Module to extract service account tokens of running pods in EKS #443
Conversation
666d5fe
to
39b6297
Compare
Starting to take a look at this and test it. Thanks for the contribution! I think something more specific for the module name might be better, maybe: |
Thanks for the review. The module name has been modified to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @guragainroshan0, thanks for contributing! I have reviewed and tested the module, all is looking great so will be merging it soon
Module to retrieve service account tokens of running pods in a EKS cluster. Credentials retrieved from SSRF could be role of a node. This could be exploited to extract service account tokens of pods in the cluster and exploit it further.
This module requests EKS authentication token for a node and uses it to get service account token of pods running in the cluster.