Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bear/s3scan
- Owner: bear
- License: bsd-2-clause
- Created: 2013-04-02T19:05:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T23:38:19.000Z (4 months ago)
- Last Synced: 2024-11-09T19:02:01.047Z (about 1 month ago)
- Language: Python
- Size: 15.6 KB
- Stars: 83
- Watchers: 8
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-devsecops-russia - S3 Scan
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.orgBoto3 Library
https://github.com/boto/boto3