File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## v2.0.1
6-
7- - Bumped golang.org/x/net to v0.52.0 to fix build failure with Go 1.25
8-
9- ## v2.0.0
10-
11- ### Breaking changes
12-
13- - Renamed ` -threads ` flag to ` -workers `
5+ ## v1.1.0
146
157### Added
168
2012
2113### Changed
2214
15+ - Renamed ` -threads ` flag to ` -workers `
2316- Increased default number of workers from 10 to 50
2417- Bumped [ github.com/miekg/dns] ( https://github.com/miekg/dns ) to v1.1.65
18+ - Bumped golang.org/x/net to v0.52.0
2519
2620### Fixed
2721
28- - Fixed nil pointer panic in DNS resolver [ \# 55] ( https://github.com/koenrh/s3enum/issues/55 )
22+ - Fixed nil pointer panic in DNS resolver
23+ [ \# 55] ( https://github.com/koenrh/s3enum/issues/55 )
24+ - Fixed graceful shutdown on interrupt
2925
3026## v1.0.0
3127
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "time"
1212)
1313
14- const version = "2.0.1 "
14+ const version = "1.1.0 "
1515
1616func main () {
1717 wordListPtr := flag .String ("wordlist" , "" , "Path to word list" )
You can’t perform that action at this time.
0 commit comments