Skip to content

A CLI tool to find open buckets, misconfigurations, and dump bucket contents

License

Notifications You must be signed in to change notification settings

DanielAzulayy/BucketsHunter

Repository files navigation

BucketsHunter ☁️🪣

BucketsHunter is an opensource tool to find Open Buckets, Misconfigured Permissions and dump bucket's contents.

Installation

From source:

git clone https://github.com/DanielAzulayy/BucketsHunter.git
cd BucketsHunter
python3 -m pip install -r requirements.txt
python3 -m buckets_hunter

From PyPi

pip install bucketshunter==2.0
buckets-hunter

Features ⚡️

  • Scans all buckets permissions & finds misconfigurations
  • Fast multi threaded scanning
  • UI friendly - supports JSON scan results to a local folder
  • Buckets Regions support

Cloud Providers Support ️️ ☁️

  • AWS
  • Azure
  • GCP

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

License

MIT