festin
Cloud bucket enumeration and discovery tool
Cloud & Assets3 commands
#cloud#bucket#enumerate#s3
Installation
1Install using Go
2Verify installation
go install github.com/cruise-automation/festin@latest
# Verify
festin --helpBasic Usage
Enumerate cloud storage buckets for a given domain
# Basic enumeration
festin -domain example.com
# Specify output file
festin -domain example.com -o results.txtCommand Reference
3 commands
1Target domain to enumerate
-domain2Output file for results
-o3Show help message
--helpWhen to Use
1
Discovering cloud storage buckets for a target domain2
Identifying exposed S3, Azure Blob, and GCP buckets3
Asset discovery during reconnaissanceNotes & Tips
1
Supports AWS S3, Azure Blob, and GCP Cloud Storage2
Use with proper authorization3
Results may include both public and private bucketsCommon Errors & Solutions
No buckets found
The domain may not use cloud storage or may use non-standard naming
Rate limiting
Add delays between requests or use a proxy rotation