# andresriancho/enumerate-iam

Enumerate the permissions associated with AWS credential set

Repository: https://github.com/andresriancho/enumerate-iam
Canonical: https://ross.abutalabs.com/products/enumerate-iam
Language: Python
License: GPL-3.0
License Family: copyleft
Last push: 2024-02-05T20:53:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2672, "days_push": 940, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1252, forks 196 (observed 2026-08-28T04:04:08.334417+00:00)

## What it is
A Python CLI tool that enumerates the IAM permissions associated with an AWS credential set by brute-forcing all non-destructive API calls (get* and list*). It can also be imported as a library to return discovered permissions programmatically.

## Use cases
- enumerate permissions of found AWS credentials
- discover what an AWS access key can do
- audit IAM policy permissions for a credential set
- test AWS credentials during a pentest
- list allowed AWS API calls for an access key

## When to choose
- you have AWS credentials and need to know their effective permissions
- you want programmatic output of enumerated permissions for integration into other tools
- you need a non-destructive enumeration using only get* and list* calls

## When to avoid
- you need a full cloud security posture assessment rather than credential permission discovery
- you need support for non-AWS clouds
- you require actively maintained tooling with support for the newest AWS services without regenerating the brute-force lists

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, cli, developer-tools
- domain: security, cloud-computing, penetration-testing
- platform: cli, python, windows
- tags: aws, iam, cloud-security, permission-enumeration, pentesting, brute-force, linux, macos

## Member repositories
- andresriancho/enumerate-iam (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:08.334417+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:07:32.125727+00:00, confidence not recorded.
  - readme: https://github.com/andresriancho/enumerate-iam (fetched 2026-08-28T04:04:08.334417+00:00, sha a3159d515e8e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
