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
- Host: GitHub
- URL: https://github.com/prabhatsharma/opens3buckets
- Owner: prabhatsharma
- License: apache-2.0
- Created: 2017-07-20T20:13:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T19:29:54.000Z (almost 9 years ago)
- Last Synced: 2025-07-10T09:18:33.927Z (12 months ago)
- Topics: aws, s3, security-audit
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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