BishopFox / cloudfox

Automating situational awareness for cloud penetration tests.
https://bishopfox.com/blog/introducing-cloudfox
MIT License
1.9k stars 182 forks source link

Fix for IMDS not working due to breaking change in aws-sdk-go-v2. #93

Closed sethsec closed 1 month ago

sethsec commented 1 month ago

Cloufox was not working on an EC2 instance where no profile was selected.

Issue: https://www.reddit.com/r/golang/comments/1abf73q/awssdkgov2_failed_to_refresh_cached_credentials/ Fix: go get -u "[github.com/aws/aws-sdk-go-v2/](http://github.com/aws/aws-sdk-go-v2/)..." and go mod tidy

Please merge this to main, and bump minor version!

Thanks!!