Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 669 Bytes

OpenBucket

A tool to dump all contents of an public/exposed/open bucket

  ,.--'`````'--., 
 (\'-.,_____,.-'/)
  \\-.,_____,.-//
  ;\\         //|
  | \\_ ___ _// |
  |  '-[___]-'  |
  | .0penBucket |
  `'-.,_____,.-''

Usage

usage: OpenBucket.py bucket_url

positional arguments:
  bucket_url               Url of the bucket to download

Installation

  1. (Optional) virtualenv venv && source ./venv/bin/activate
  2. pip install -r requirements.txt

Contributing

It's a quick and dirty project so issues are welcome and pull requests are appreciated.

Contributors