An open API service indexing awesome lists of open source software.

https://github.com/prabhatsharma/opens3buckets

Find your S3 buckets accessible to the everyone
https://github.com/prabhatsharma/opens3buckets

aws s3 security-audit

Last synced: 3 months ago
JSON representation

Find your S3 buckets accessible to the everyone

Awesome Lists containing this project

README

          

Find your publicly accessible S3 buckets
========================================

This script helps you find your S3 buckets that are publicly accessible. Make sure that you have aws-cli and python installed and configured for you to use this.

To install and configure aws-cli follow directions [here](http://docs.aws.amazon.com/cli/latest/userguide/installing.html)

run following after cloning the repo:

>virtualenv menv

To install vitualenv follow [this](http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs)

>source menv/bin/activate

Above command is for mac/linux. For windows follow steps [here](https://virtualenv.pypa.io/en/stable/userguide/)

>pip install -r package.txt

>python app.py