Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FishermansEnemy/bucket_finder
Amazon bucket brute force tool
https://github.com/FishermansEnemy/bucket_finder
Last synced: about 2 months ago
JSON representation
Amazon bucket brute force tool
- Host: GitHub
- URL: https://github.com/FishermansEnemy/bucket_finder
- Owner: FishermansEnemy
- Created: 2013-04-05T09:54:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T12:12:03.000Z (over 11 years ago)
- Last Synced: 2024-08-04T00:03:46.133Z (5 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 94
- Watchers: 5
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sec-s3 - bucket_finder - Trawl Amazon S3 buckets for interesting files (Awesome AWS S3 Security [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/mxm0z/awesome-sec-s3))
README
# == Bucket Finder - Trawl Amazon S3 buckets for interesting files
#
# Each group of files on Amazon S3 have to be contained in a bucket and each bucket has to have a unique
# name across the system. This means that it is possible to bruteforce names, this script does this and more
#
# For more information on how this works see my blog post "Whats in Amazon's buckets?" at
# http://www.digininja.org/blog/whats_in_amazons_buckets.php
#
# == Version
#
# 1.0 - Released
# 1.1 - Added log to file option
# 1.2 - Added exception handling to the non-download net code [Ian Williams]
#
# == Usage
#
# bucket_finder.rb
#
# -l, --log-file :
# filename to log output to
# -d, --download:
# download any public files found
# -r, --region:
# specify the start region
# -h, --help:
# show help
#
# : the names to brute force
#
# Author:: Robin Wood ([email protected]
# Author:: Ian Williams ([email protected]) contributor after 1.1
# Copyright:: Copyright (c) Robin Wood 2011
# Licence:: Creative Commons Attribution-Share Alike Licence
#