Skip to content

0xAs1F/getCognitoCreds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages