.. /Sandcastle
Quick Usage
For this tool the run command is:
docker run -it --rm secsi/sandcastle
Categories
scannercloud
Description
Sandcastle is a Python script for AWS S3 bucket enumeration, formerly known as bucketCrawler.
The script takes a target's name as the stem argument (e.g. shopify
) and iterates through a file of bucket name permutations, such as the ones below:
-training
-bucket
-dev
-attachments
-photos
-elasticsearch
[...]
Cheatsheet
docker run -it --rm secsi/sandcastle -t <targetStem> -f bucket-names.txt
docker run -it --rm -v <input_dir>:/input secsi/sandcastle -t <targetStem> -f /input/<bucket_names_file>
Official Documentation
Reference: https://github.com/0xSearches/sandcastle