knavesec / CredMaster

Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling
958 stars 127 forks source link

AWS auth is janky #14

Closed TheToddLuci0 closed 1 year ago

TheToddLuci0 commented 2 years ago

Currently, CredMaster cannot fall through to boto3's auth. In other words, using the default AWS profile or AWS environment variables for configuration is impossible without passing flags (i.e. --profile_name default or --secret-access-key=$AWS_SECRET_ACCESS_KEY).

TheToddLuci0 commented 2 years ago

4cdcbc18309886531b61de9238de1c1fb236c72c cleans up reading from the config file, and allows fall-through.

knavesec commented 2 years ago

Changed base, Dev branch is holding a significant amount of new features, would like to implement this there

TheToddLuci0 commented 1 year ago

Changed the auth checks to work with the new dev base branch, should be good for merge.

knavesec commented 1 year ago

AWS Auth has been deemed no longer janky

Thanks for the PR