https://github.com/zubux/badbucket
badbucket checks your s3 bucket for common misconfigurations
https://github.com/zubux/badbucket
aws-s3 aws-security
Last synced: 12 months ago
JSON representation
badbucket checks your s3 bucket for common misconfigurations
- Host: GitHub
- URL: https://github.com/zubux/badbucket
- Owner: zuBux
- License: mit
- Created: 2017-05-14T11:13:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T16:53:49.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T02:52:00.891Z (about 1 year ago)
- Topics: aws-s3, aws-security
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
**badbucket** is a quick-n-dirty tool to test the configuration of your S3 bucket. It checks for the following:
* Is the bucket listable?
* Are files readable?
* Is the bucket writeable?
**badbucket** is written in Go and uses the [AWS SDK](https://aws.amazon.com/sdk-for-go/)
# Installation
```
go install github.com/zuBux/badbucket/cmd/...
```
# Usage
```
badbucket -b
```
badbucket will automatically detect the region of your bucket
# Coming up next
* ~~Implement writable check~~
* Parse list of s3 buckets
* ~~Automatic region detection~~
* Concurrent checks