Skip to content

n0mi1k/s3gobuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3gobuster

A fast S3 bucket suffix brute force tool to identify existing buckets. By default, DNS enumeration is used, which does not hit AWS's infrastructure. HTTP mode is also supported with the -http flag, but it is slower and noisier.

NOTE: This tool does not identify buckets in the us-east-1 region

Installation

To install, just run the below command.

go install github.com/n0mi1k/s3gobuster@latest

Options

Usage:
  s3gobuster -u [URL] [Other Flags]

Flags:
  -n        Prefix to use (OPTIONAL)
  -w        Set the wordlist e.g shubs-subdomains.txt [REQUIRED]
  -t        Number of concurrent goroutines [Default=30]
  -d        Delimeter to use between words (e.g . or -) (OPTIONAL)
  -o        Filename to output results (OPTIONAL)
  -http     Enable HTTP bruteforce mode

How to Use s3gobuster Properly:

  • Use s3wordlist.txt for a list of good suffixes, set a delimeter if you require.
    For e.g, if delimiter "-" is set, here is the test format <Prefix>-<Suffix>
    So if prefix "testbucket" is used and word is "prod", this is the test case "testbucket-prod"
  • If no prefix is set, simple wordlist bruteforce willl be used
  • DNS brute force is fast and stealthier but may affect your connection
  • HTTP brute force works but is noisy and much slower

Demo Run

CleanShot 2023-09-03 at 20 22 19@2x

Disclaimer

This tool is for educational and testing purposes only. Do not use it to exploit the vulnerability on any system that you do not own or have permission to test. The authors of this script are not responsible for any misuse or damage caused by its use.

About

A fast S3 bucket suffix brute force tool to identify existing buckets

Topics

Resources

License

Stars

Watchers

Forks

Languages