enumerate-iam
enumerate-iam copied to clipboard
Enumerate the permissions associated with AWS credential set
reduces boto3's max retry limit, this will fix the perceived "hanging".
i run this command after installing the tool and installing all requirements ./enumerate-iam.py --access-key AK*************** --secret-key Mi************************************** this command give me the error Traceback (most recent call last): File "./enumerate-iam.py",...
When run with python enumerate-iam.py......... It says attribute error botocore.exceptions.ReadTimeoutError): AttributeError: 'module' object has no attribute 'ReadTimeoutError' When run with python3 enumerate-iam.py....... it just hangs in terminal Any help is...
We don't need git history and it's faster!
Under SSM service `describe-parameters` API call was missing. This PR will add that API call to the tool.
This commit introduced support for `--profile` argument for those who has multiple AWS credentials stored creds file with dedicated profile name labels. Also, since `Pool.map` is a blocking operation, found...
``` OPTIONS --dry-run | --no-dry-run (boolean) Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the...