{"id":15396640,"url":"https://github.com/hupe1980/awsrecon","last_synced_at":"2025-04-16T01:51:14.681Z","repository":{"id":62867070,"uuid":"555593489","full_name":"hupe1980/awsrecon","owner":"hupe1980","description":"Tool for reconnaissance of AWS cloud environments","archived":false,"fork":false,"pushed_at":"2023-10-09T18:31:13.000Z","size":1518,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T03:41:38.840Z","etag":null,"topics":["audit","aws","aws-security","blue-team","cloud-security","cybersecurity","pentesting-tools","reconnaissance","red-team"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hupe1980.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-21T22:33:04.000Z","updated_at":"2024-04-07T09:37:12.000Z","dependencies_parsed_at":"2024-06-20T15:42:20.071Z","dependency_job_id":"d9ef9c6a-dd2c-4dce-88bc-033d13c276dd","html_url":"https://github.com/hupe1980/awsrecon","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fawsrecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fawsrecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fawsrecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fawsrecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hupe1980","download_url":"https://codeload.github.com/hupe1980/awsrecon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183058,"owners_count":21226139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","aws","aws-security","blue-team","cloud-security","cybersecurity","pentesting-tools","reconnaissance","red-team"],"created_at":"2024-10-01T15:34:26.821Z","updated_at":"2025-04-16T01:51:14.663Z","avatar_url":"https://github.com/hupe1980.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWSrecon\n![Build Status](https://github.com/hupe1980/awsrecon/workflows/build/badge.svg) \n[![Go Reference](https://pkg.go.dev/badge/github.com/hupe1980/awsrecon.svg)](https://pkg.go.dev/github.com/hupe1980/awsrecon)\n\u003e AWSrecon is a tool for reconnaissance AWS cloud environments. It helps security professionals find possible vulnerabilities and exploitable attack paths in AWS cloud infrastructures.\n\n## Features\n\n- Enumerates internal/external endpoints as attacking starting point or for lateral movement \n- Mines secrets in envs, tags, stacks and more\n- Detects dangling dns entries (subdomain takeover)\n- Lists potentially mountable file systems\n- Lists iam policies that have the potential for privilege escalation or data exfiltration (coming soon)\n- Gives hints for further investigations\n- ...\n\n## Installing\nYou can install the pre-compiled binary in several different ways\n\n### homebrew tap:\n```bash\nbrew tap hupe1980/awsrecon\nbrew install awsrecon\n```\n### scoop:\n```bash\nscoop bucket add awsrecon https://github.com/hupe1980/awsrecon-bucket.git\nscoop install awsrecon\n```\n\n### deb/rpm/apk:\nDownload the .deb, .rpm or .apk from the [releases page](https://github.com/hupe1980/awsrecon/releases) and install them with the appropriate tools.\n\n### manually:\nDownload the pre-compiled binaries from the [releases page](https://github.com/hupe1980/awsrecon/releases) and copy to the desired location.\n\n\n## How to use\n```\nUsage:\n  awsrecon [command]\n\nAvailable Commands:\n  access-keys  Enumerate iam access-keys\n  buckets      Enumerate s3 buckets\n  completion   Generate the autocompletion script for the specified shell\n  download-iam Download iam definitions\n  endpoints    Enumerate endpoints\n  envs         Enumerate environment variables\n  filesystems  Enumerate filesystems\n  functions    Enumerate lambda functions\n  help         Help about any command\n  instances    Enumerate ec2 instances\n  logs         Enumerate cloudwatch logs\n  principals   Enumerate iam principals\n  records      Enumerate dns records\n  repos        Enumerate codecommit repositories\n  role-trusts  Enumerate iam role-trusts\n  secrets      Enumerate secrets\n  stacks       Enumerate cloudformation stacks\n  tags         Enumerate tags\n\nFlags:\n  -h, --help                help for awsrecon\n  -o, --output string       output filename\n      --profile string      AWS profile\n      --region strings      AWS regions (default all aws regions)\n  -A, --user-agent string   user-agent to use (default \"awsrecon\")\n  -v, --version             version for awsrecon\n\nUse \"awsrecon [command] --help\" for more information about a command.\n```\n\n## Available Commands\n|Name|Description\n|-|-\n|[access-keys](/docs/access-keys.md)|Enumerate iam access-keys|\n|[buckets](/docs/buckets.md)|Enumerate s3 buckets|\n|[endpoints](/docs/endpoints.md)|Enumerate endpoints|\n|[envs](/docs/envs.md)|Enumerate environment variables|\n|[filesystems](/docs/filesystems.md)|Enumerate filesystems|\n|[functions](/docs/functions.md)|Enumerate lambda functions|\n|[instances](/docs/instances.md)|Enumerate ec2 instances|\n|[logs](/docs/logs.md)|Enumerate cloudwatch logs|\n|[principals](/docs/principals.md)|Enumerate iam principals|\n|[records](/docs/records.md)|Enumerate dns records|\n|[repos](/docs/repos.md)|Enumerate codecommit repos|\n|[role-trusts](/docs/role-trusts.md)|Enumerate iam role-trusts|\n|[secrets](/docs/secrets.md)|Enumerate secrets|\n|[stacks](/docs/stacks.md)|Enumerate cloudformation stacks|\n|[tags](/docs/tags.md)|Enumerate tags|\n\n## License\n[MIT](LICENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fawsrecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhupe1980%2Fawsrecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fawsrecon/lists"}