Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlospolop/tfstate2iam


https://github.com/carlospolop/tfstate2iam

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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

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