zuBux / badbucket

badbucket checks your s3 bucket for common misconfigurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Installation

go install github.com/zuBux/badbucket/cmd/...

Usage

badbucket -b <bucket_name>

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

About

badbucket checks your s3 bucket for common misconfigurations

License:MIT License


Languages

Language:Go 100.0%