Skip to content

carlospolop/tfstate2IAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tfstate2IAM

Tfstate2IAM is a Python tool that analyzes AWS Tfsate files from S3 to extract groups, users, roles and policies of the account. The tool will parse every .tfstate from the indicated bucket.

This is useful for red teamers that have read access over tfstates files and wants to have more info about the permissions of the roles and users but doesn't have read access over IAM.

Installation

git clone https://github.com/carlospolop/Tfstate2IAM
cd Tfstate2IAM
pip install -r requirements.txt
python3 tfstate2IAM.py --prefix <PREFIX_INSIDE_BUCKET> --bucket-name <BUCKET_NAME> --profile <PROFILE> [--threads THREADS]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages