Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Releases: nscuro/fdnssearch

v0.5.0

19 Dec 14:13
f5ee9a6
Compare
Choose a tag to compare

Changelog

  • d3843ad Update README.md
  • 794d94e Update golang Docker tag to v1.16
  • fad905f Update klauspost/compress: 1.10.10 -> 1.11.1
  • a6599a8 Update module PuerkitoBio/goquery to v1.6.0
  • 59f8a86 Update module PuerkitoBio/goquery to v1.6.1
  • 13465cf Update module github.com/logrusorgru/aurora to v3
  • d4b049b Update module go-ini/ini to v1.61.0
  • ca4787c Update module go-ini/ini to v1.62.0
  • 4766ff8 Update module klauspost/pgzip to v1.2.5
  • 8b70411 Update module logrusorgru/aurora to v3
  • 591aebe Update module spf13/cobra to v1.1.0
  • 060795a Update module spf13/cobra to v1.1.1
  • fe89d83 Update module spf13/cobra to v1.1.3
  • fb96765 Update module stretchr/testify to v1.7.0
  • 83f835f Update module valyala/fastjson to v1.6.1
  • 386ce84 Update module valyala/fastjson to v1.6.3
  • 0876394 build: tweak .goreleaser.yml
  • 0f9ee03 build: update to go 1.17
  • ae72f3a chore(deps): update dependencies

v0.4.3

31 Aug 18:35
Compare
Choose a tag to compare

Changelog

06fd412 Add renovate.json
b633058 Bump github.com/go-ini/ini from 1.60.0 to 1.60.1
5977be7 Bump github.com/go-ini/ini from 1.60.1 to 1.60.2
06fe237 Update golang Docker tag to v1.15
2690c5f Update module logrusorgru/aurora to v3
27c6ee2 add support for amass >= 3.10.1

v0.4.2

17 Aug 16:23
Compare
Choose a tag to compare

Changelog

689547b Bump github.com/go-ini/ini from 1.57.0 to 1.58.0
d495bd5 Bump github.com/go-ini/ini from 1.58.0 to 1.60.0
80e1460 build against go >= 1.15
46fefc7 fetch all commits, not only the last one in workflow

v0.4.1

12 Aug 14:21
Compare
Choose a tag to compare

Changelog

2b526b7 update usage text

v0.4.0

30 Jul 19:50
Compare
Choose a tag to compare

Changelog

952769a add ability to directly write results to file using --output / -o
d220b10 add --any-only flag to exclusively search in ANY dataset

v0.3.1

28 Jul 20:06
Compare
Choose a tag to compare

Changelog

42fd306 sometimes less is more

v0.3.0

26 Jul 12:16
Compare
Choose a tag to compare

Changelog

51f3bef extend performance documentation in README
d7b4cbe make resultsChan buffered again
6d96605 autoregulate concurrency

Breaking changes

  • the -c / --concurrency flag has been removed. the amount of concurrent search workers is now automatically regulated by how quickly datasets can be read. see the performance section in the readme for more details
  • the --show-type and --show-value flags have been removed. a nicer way of controlling output will be implemented in future versions

v0.2.0

25 Jul 17:32
Compare
Choose a tag to compare

Changelog

6fdd393 use fastjson for json decoding; add basic benchmarks

v0.1.2

20 Jul 15:38
Compare
Choose a tag to compare

Changelog

79c0da8 Fix .goreleaser.yml

v0.1.0

20 Jul 11:03
Compare
Choose a tag to compare

Initial release