Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

45 lines (21 loc) · 1.5 KB

Get AWS Creds for authenticated and un-authenticated access

This is a simple python script to get aws credentials in exchange for parameters. We can get aws creds for both authenticated and unauthenticated access.

GitHub forks GitHub Repo stars GitHub closed issues MIT License GPLv3 License AGPL License

Requirements

The only requirement needed here would be AWS python module boto3 and ofcourse python3.

Installation

  pip install boto3

  git clone https://github.com/0xAs1F/getCognitoCreds.git

  cd getCognitoCreds/

Usage/Examples

python3 auth.py -t {id-token} -i {identity-pool-id} -u {user-pool-id} -r {aws-region} 
python3 unauth.py -p {identity-pool-id} -r {aws-region}

Screenshots

  • For authenticated aws credentials

    Auth

  • For un-authenticated aws credentials

    UnAuth