Getting started

Knowledge hub

Tutorials

Concepts

s3scanner

Trickest - GitHub

Basic Usage Examples

S3scanner supports performing following use cases:

  1. Scanning bucket permissions
  2. Dumping the contents of buckets

Scan Mode

To scan multiple buckets with s3scanner:

  • Set a scan mode by using scan boolean input,
  • Pass a bucket names listed in a file to the buckets-file input (type file):

Scanning multiple buckets with s3scanner

Dump Mode

To dump the contents of multiple buckets with s3scanner:

  • Set a dump mode by using dump boolean input,
  • Pass a bucket names listed in a file to the buckets-file input (type file):

Dumping contents of multiple buckets with s3scanner

Improvements

Multi-threaded Scan

S3canner is designed to maintain result reliability with an increased number of threads. Default number of threads is 4. To increase number of threads, pass desired value to the threads input (type string).

S3-compatible APIs Scan

For example, to scan a buckets in Digital Ocean Spaces, pass the https://sfo2.digitaloceanspaces.com region value to the endpoint-url input (type string).

Notable Workflows