Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bear/s3scan

scan s3 buckets for security issues
https://github.com/bear/s3scan

Last synced: 19 days ago
JSON representation

scan s3 buckets for security issues

Awesome Lists containing this project

README

        

s3scan
======

Generate a report of all s3 buckets and their permissions

Usage
=====

python s3scan.py [-f ] [-p ]

Options:

-f | --format Output format
Default is 'text'
[Optional]
-p | --profile AWS Credentials Profile
Default is None
[Optional]

Where the output format can be either 'text' or 'csv'

Requirements
============

Python 2.6+
http://python.org

Boto3 Library
https://github.com/boto/boto3