enumerate-iam icon indicating copy to clipboard operation
enumerate-iam copied to clipboard

Enumerate the permissions associated with AWS credential set

Results 17 enumerate-iam issues
Sort by recently updated
recently updated
newest added

I'm getting the following error(_AccessKeyId redacted_) when I run enumerate-iam.py. I have a Macbook Pro M3. Please help! ``` 2024-04-19 11:11:08,771 - 67068 - [INFO] Starting permission enumeration for access-key-id...

The brute force test `globalaccelerator.describe_accelerator_attributes` always produces errors: ``` 2023-11-07 09:26:56,841 - 52836 - [ERROR] Remove globalaccelerator.describe_accelerator_attributes action ``` This is because `describe_accelerator_attributes` requires an `--accelerator-arn` parameter. See: https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator-attributes.html I...

Added the following services: Account, Bedrock, DocDB

You should add a way to do a custom endpoint url when running the script.

Thank you so much for such a great tool! Recently I tried to use it in an environment where it was required to utilize custom _endpoint-url_ in order to perform...

Quick fix so that the tool can run through proxy (since `get_client` already does that, but not `enumerate_using_iam`).

Hi, Thanks for the wonderful tool. Maybe I'm doing something wrong, because it "hangs" on random checks every time. I tried to wait, but after an hour there is nothing...

Hi, Today i try your tool for check some AWS Access Key & Secret Key. But I got error like this : ``` ./enumerate-iam.py --access-key AKIABLABLABLA --secret-key blablablabla--region us-west-2 Traceback...