gobuster_s3
Enumerate open Amazon S3 buckets using wordlist-based brute forcing to identify misconfigured, publicly accessible storage.
Instructions
Amazon S3 bucket enumeration mode - discovers open S3 buckets using wordlist-based brute forcing. Executes on remote Kali host via SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run scan asynchronously and return scan ID (default: false) | |
| quiet | No | Don't print banner and other noise (default: false) | |
| threads | No | Number of concurrent threads (default: 10) | |
| wordlist | Yes | Path to wordlist file containing bucket names on Kali | |
| max_files | No | Maximum files to list when bucket is listable (default: 5) |