githubEdit

AWS Enumerator

Commands

./aws-enumerator cred -aws_access_key_id ACCESS_KEY_ID -aws_region REGION -aws_secret_access_key SECRET_ACCESS_KEY (Sets AWS Credentials for the tool)

./aws-enumerator enum -services all (Bruteforces IAM Permissions)

./aws-enumerator dump -services SERVICE_1,SERVICE_2 (List specific permissions we have on those specific services we found)

Last updated