Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlospolop/tfstate2iam
https://github.com/carlospolop/tfstate2iam
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlospolop/tfstate2iam
- Owner: carlospolop
- Created: 2023-03-31T13:41:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-31T14:31:35.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:09:46.578Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```