Releases: koenrh/s3enum
Releases · koenrh/s3enum
v1.1.0
Added
- DNS connection pooling for improved throughput
- Retry with exponential backoff on DNS failures
- Run summary printed to stderr on completion
Changed
- Renamed
-threadsflag to-workers - Increased default number of workers from 10 to 50
- Bumped github.com/miekg/dns to v1.1.65
- Bumped golang.org/x/net to v0.52.0
Fixed
- Fixed nil pointer panic in DNS resolver #55
- Fixed graceful shutdown on interrupt
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Changed
- Replace unmaintained docopt package with flag package from the standard library by @koenrh in #49
- Bump github.com/miekg/dns to v1.1.49 by @koenrh in #49
- Update tool to use different heuristics to determine whether a bucket exists by @koenrh and @Get-account in #49
- Bump github.com/miekg/dns from 1.1.50 by @dependabot in #52
Full Changelog: v0.2.0...v1.0.0