Skip to content
/ slurp Public
forked from avineshwar/slurp

Enumerate S3 buckets via certstream, domain, or keywords

License

Notifications You must be signed in to change notification settings

menzow/slurp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slurp

Enumerates S3 buckets manually or via certstream

Overview

certstream

manual

Features

  • Written in Go:
    • It's faster than python
    • No dependency hell and version locks (ie python 3 and requirements.txt, etc)
    • Better concurrency
    • Static binary that you can use on any ELF64 linux
  • Manual mode so that you can test individual domains.
  • Certstream mode so that you can enumerate s3 buckets in real time.
  • Colorized output for visual grep ;)
  • Currently generates over 400 permutations per domain
  • StoreInDB which will eventually be used to push data to a database

Usage

  • slurp domain --domain google.com will enumerate the S3 domains for a specific target.
  • slurp certstream will follow certstream and enumerate S3 buckets from each domain.
  • permutations.json stores the permutations that are used by the program; they are in JSON format and loaded during execution This is required.

Installation

  • Download from Releases section, or build yourself with go build.

License

  • AGPLv3

About

Enumerate S3 buckets via certstream, domain, or keywords

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.5%
  • Shell 1.5%