Documentation
CLI

gobucket

S3-compatible bucket dumper/analyzer

gobucket [flags] <bucket-url>

Options

      --access-key string             Access key for signed auth
      --auth-mode string              Auth mode: auto|none|sigv4 (default "auto")
      --burst int                     Rate limiter burst size (default 10)
      --concurrency int               Max concurrency (default 8)
      --context int                   Search context lines
      --download string               Download target directory
      --exclude string                Exclude key regex
      --extensions string             CSV list of raw-text extensions
      --flatten                       Flatten downloaded paths
      --folder-only                   List prefixes only with delimiter=/
      --format string                 Output format: found|json|jsonl (default "found")
      --gzip                          Enable gzip content scan
      --header stringArray            Custom header (K:V), repeatable
  -h, --help                          help for gobucket
      --include string                Include key regex
      --insecure                      Allow insecure TLS
      --links-only                    Only print links in found output
      --max-bytes-per-object string   Scan max bytes per object (default "10MB")
      --max-memory string             Global memory budget (default "250MB")
      --max-objects int               Maximum objects to process (0 unlimited)
      --overwrite                     Overwrite existing files
      --rate-limit float              Requests per second (0 is unlimited)
      --regex string                  Search regex
      --region string                 Auth region (default "us-east-1")
      --search string                 Search plain text
      --secret-key string             Secret key for signed auth
      --session-token string          Session token for signed auth
      --text-only                     Skip likely-binary content
      --timeout duration              Global timeout (default 15s)
      --user-agent string             HTTP User-Agent (default "gobucket/dev")
      --wordlist string               Search wordlist path

See Also