Skip to content

Releases: darkoperator/dnsrecon

1.3.1

10 Nov 18:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

20 Oct 11:12
Compare
Choose a tag to compare

Big Thanks to Paul aka @McFacePunch for the fixes and addition in this release as the mvp and other community members.

What's Changed

  • move run layer earlier to improve layer caching by @lpmi-13 in #300
  • fixed None Type is not iterable errors when type is list | None by @mr-pmillz in #310
  • fixing IP not subscriptable and CIDR expansion issues by @McFacePunch in #316
  • Feature: Disable nxdomain hijacking check using flag. by @McFacePunch in #318
  • Bug fix brute tld. by @McFacePunch in #319
  • Feature: added -iL flag similar to nmap for passing a list of input domains by @McFacePunch in #320
  • Made python 3.11 the min required version
  • Added logging functionality using loguru
  • Updated tests
  • loguru and requests libraries are new required dependencies

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

12 Apr 00:29
Compare
Choose a tag to compare

Note to package maintainers

DNSrecon has now moved to using pep517 #270

Dev Changes

Moved to using ruff for formatting and liniting

What's Changed

New Contributors

Full Changelog: 1.1.5...1.2.0

1.1.5

22 Jul 21:38
6ba17da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

02 May 21:05
e49c81a
Compare
Choose a tag to compare

What's Changed

  • Change thread logic to display results immediately by @tigre-bleu in #231
  • Remove lgtm badge by @flotwig in #235
  • pass Nameserver to resolve() in dns_sec_check by @cirosec in #239
  • update TLD lists by @ret2src in #236
  • [BUGFIX] Fixes missing A and AAAA records with brute force enumeration with -f by @lelonek1 in #240
  • [BUGFIX] Fix CNAME records in zone transfer reporting wrong IP by @lelonek1 in #241

New Contributors

Full Changelog: 1.1.3...1.1.4

1.1.3

14 Aug 01:15
5d56eab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

03 Aug 21:49
1a2c2bf
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 3 to 4 by @dependabot in #226
  • Bind Version was not being obtained as 'items' no longer exists in dn… by @domwhewell in #228

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

07 Jun 17:14
bb3a06d
Compare
Choose a tag to compare

What's Changed

  • Bump github/codeql-action from 1 to 2 by @dependabot in #221
  • [BUGFIX + FEATURE] Improved SOA error output; Resolve nameserver by name; Support for multiple ranges by @jmerrill-kl in #224
  • Changes to tag new release by @L1ghtn1ng in #225

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Apr 23:43
89cfc9b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

10 Dec 02:10
cda721c
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 2.2.1 to 2.2.2 by @dependabot in #189
  • (fix) Key Error writing CSV File when -d option used by @Hyatche in #186
  • Fixing some small bugs by @usd-markus in #192
  • remove unnecessary RUN layer by @lpmi-13 in #185
  • lib: added error handling for dns.name.EmptyLabel to address issue #177 by @jmpalk in #194
  • Fix in case of domain bruteforcing abortion by @Frapava in #198
  • Bump actions/setup-python from 2.2.2 to 2.3.0 by @dependabot in #199
  • Bump actions/setup-python from 2.3.0 to 2.3.1 by @dependabot in #200
  • [BUGFIX] SPF record types cause traceback while generating CSV output by @tsellers-r7 in #202
  • Remove additional --update for apk in Dockerfile by @PeterDaveHello in #196
  • [BUGFIX] Zonewalk - improve exception handling by @tsellers-r7 in #203
  • [BUGFIX] SOA handling when SOA records don't exist. by @tsellers-r7 in #204
  • Modified the RVL lists to process hosts in groups to avoid OOM killer with large RFC1918 class A address ranges. by @unixrox in #201

New Contributors

Full Changelog: 0.10.1...1.0.0