Quickly identify and leverage role chaining opportunities by discovering roles you can assume to gain further access to your AWS environment.
python3 roleChaining.py -p <profile>
Testing IAM key pairs at mass or separately
python3 IAM_keys_validator.py -f <filename in a <ACCESS_KEY>:<SECRET_KEY>(:SESSION_TOKEN) format>
python3 IAM_keys_validator.py -ak <ACCESS_KEY> -sk <SECRET_KEY>
python3 IAM_keys_validator.py -ak <ACCESS_KEY> -sk <SECRET_KEY> -st <SESSION_TOKEN>
git clone https://github.com/AsifTra/aws_iam_tools.git
pip3 install -r requirements.txt