sigs3scann3r

module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2021 License: MIT

README

sigs3scann3r

release maintenance open issues closed issues license twitter

sigs3scann3r is tool to scan AWS S3 bucket permissions and dump bucket contents where applicable.

Resources

Usage

To display help message for sigs3scann3r use the -h flag:

$ sigs3scann3r -h

     _           _____                           _____      
 ___(_) __ _ ___|___ / ___  ___ __ _ _ __  _ __ |___ / _ __ 
/ __| |/ _` / __| |_ \/ __|/ __/ _` | '_ \| '_ \  |_ \| '__|
\__ \ | (_| \__ \___) \__ \ (_| (_| | | | | | | |___) | |   
|___/_|\__, |___/____/|___/\___\__,_|_| |_|_| |_|____/|_| v1.1.1
       |___/

USAGE:
  sigs3scann3r [OPTIONS]

OPTIONS:
  -dump          dump found open buckets locally (default: false)
  -iL            input buckets list (use `iL -` to read from stdin)
  -nC            no color mode (default: false)
  -o             buckets dump directory (default: ./buckets)
  -v             verbose mode

sigs3scann3r takes buckets in the format:

  • name - e.g. flaws.cloud
  • path style - e.g https://s3.amazonaws.com/flaws.cloud
  • virtual hosted style - e.g flaws.cloud.s3.amazonaws.com

Installation

From Binary

You can download the pre-built binary for your platform from this repository's releases page, extract, then move it to your $PATHand you're ready to go.

From Source

sigs3scann3r requires go1.14+ to install successfully. Run the following command to get the repo

▶ GO111MODULE=on go get -u -v github.com/drsigned/sigs3scann3r/cmd/sigs3scann3r
From Github
▶ git clone https://github.com/drsigned/sigs3scann3r.git
▶ cd sigs3scann3r/cmd/sigs3scann3r/
▶ go build .
▶ mv sigs3scann3r /usr/local/bin/
▶ sigs3scann3r -h

Contribution

Issues and Pull Requests are welcome!

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL