Releases: darkoperator/dnsrecon
Releases · darkoperator/dnsrecon
1.3.1
What's Changed
- Fix some problems within brute_tlds function by @frapava98 in #322
- Fix copy-paste errors by @frapava98 in #323
- Fix log file location by @yigitsever in #325
- rectify inaccurate docstring for search engine by @CyberFlameGO in #326
- Use timeout in dnspython calls by @yigitsever in #329
New Contributors
- @yigitsever made their first contribution in #325
- @CyberFlameGO made their first contribution in #326
Full Changelog: 1.3.0...1.3.1
1.3.0
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
- @mr-pmillz made their first contribution in #310
- @McFacePunch made their first contribution in #316
Full Changelog: 1.2.0...1.3.0
1.2.0
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
- Bump actions/checkout from 3 to 4 by @dependabot in #246
- Bump actions/setup-python from 4 to 5 by @dependabot in #252
- Bump github/codeql-action from 2 to 3 by @dependabot in #257
- Fix some WHOIS bugs by @kazzarahw in #263
- migrate to pyproject.toml by @branchvincent in #270
New Contributors
- @kazzarahw made their first contribution in #263
- @branchvincent made their first contribution in #270
Full Changelog: 1.1.5...1.2.0
1.1.5
What's Changed
- Add dependencies to
setup.py
by @austintraver in #242 - Bug-fix. Now it can run with -r 172.16.0.1/12 or something else by @shizzgar in #244
New Contributors
- @austintraver made their first contribution in #242
- @shizzgar made their first contribution in #244
Full Changelog: 1.1.4...1.1.5
1.1.4
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
- @tigre-bleu made their first contribution in #231
- @flotwig made their first contribution in #235
- @cirosec made their first contribution in #239
- @ret2src made their first contribution in #236
- @lelonek1 made their first contribution in #240
Full Changelog: 1.1.3...1.1.4
1.1.3
1.1.2
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
- @domwhewell made their first contribution in #228
Full Changelog: 1.1.1...1.1.2
1.1.1
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
- @jmerrill-kl made their first contribution in #224
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Update tld list. by @Frapava in #206
- Bump actions/setup-python from 2.3.1 to 2.3.2 by @dependabot in #207
- Ignoring error while decoding in utf-8 by @Frapava in #205
- Fixed lgtm complains by @filippolauria in #210
- Try make dnsrecon a better python module by @buzzdeee in #209
- Add dnsrecon.py back but as a wrapper by @L1ghtn1ng in #212
- Bump actions/setup-python from 2.3.2 to 3 by @dependabot in #214
- Bump actions/checkout from 2 to 3 by @dependabot in #215
- Improved Zone Transfer and PTR tests by @filippolauria in #216
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0
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
- @usd-markus made their first contribution in #192
- @lpmi-13 made their first contribution in #185
- @jmpalk made their first contribution in #194
- @PeterDaveHello made their first contribution in #196
- @unixrox made their first contribution in #201
Full Changelog: 0.10.1...1.0.0