Giter VIP home page Giter VIP logo

aws-testing's Introduction

Find AWS keys

use the following regex;

Access Key

grep -RP '(?<![A-Z0-9])[A-Z0-9]{20}(?![A-Z0-9])' *

Secret Key

grep -RP '(?<![A-Za-z0-9/+=])[A-Za-z0-9/+=]{40}(?![A-Za-z0-9/+=])' *

Configure new profile

aws configure --profile test

Use new profile

aws --profile test

i.e

aws --profile test s3 ls

Escalating For Profit

https://github.com/RhinoSecurityLabs/Security-Research/tree/master/tools/aws-pentest-tools

cognitocreds.py

A python script for testing Aws Cognito IdentityPoolId.

https://github.com/andresriancho/enumerate-iam

#Installation Clone this repo;

          git clone https://github.com/g30rgyth3d4rk/cognitocreds.git

#Requirements

cd into cognitocreds

pip install boto3 or pip install -r requirement.txt

#Usage

python3 cognitocreds.py "region" "IdentityPoolId"

i.e

python3 cognitocreds.py "us-west-2" "us-west-2:XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"

aws-testing's People

Contributors

crypt0g30rgy avatar

Stargazers

Chinedu Onwukike avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.