0.10.0
L1ghtn1ng (23):
Fix the gitignore for pycharm
Fix the gitignore for pycharm files
Fixes for parser and sorting the pycharm files that are not needed in the repo
Tidy ups, bug fixes and a few other treats
Fix docker error
Fix typeerror bug
Fix saving output to CSV
Just a few tidy ups
Tidy ups
Remove google and a few tidy ups
Add py3.6 to the classifiers in setup.py
Tidy ups and lgtm fixes
Merge remote-tracking branch 'upstream/master' into dev
Fix flake8 issues
Fix deprication warnings
Possible fix for #97
remove todo
Few tidy ups and ctrl+c handling
Merge remote-tracking branch 'upstream/master' into dev
Merge remote-tracking branch 'upstream/master' into dev
Add dependabot file
Add py3.9 to CI
flake8 fix
Carlos Perez (18):
Merge pull request #95 from tsellers-r7/dnssec_walk_mutation
Merge pull request #96 from tsellers-r7/add_disable_checks
Merge pull request #99 from tsellers-r7/multiple_resolvers
Update the higher version.
Merge pull request #101 from tsellers-r7/check_nxdomain_hijacking
Merge pull request #102 from tsellers-r7/new_tlds
Merge pull request #100 from tsellers-r7/handle_invalid_soa
Merge pull request #110 from BrashEndeavours/master
Merge pull request #108 from binary1985/master
Merge pull request #105 from phattymcG/patch-1
Merge pull request #116 from rhertzog/py3-support
up version and copyright
Python 3 String fix for TXT and SPF
Merge pull request #107 from alvarowird/google_too_much_python3
Merge pull request #120 from NotoriousRebel/master
Merge pull request #122 from NotoriousRebel/master
Merge pull request #123 from L1ghtn1ng/dev
Merge pull request #127 from leebaird/dev
J.Townsend (11):
Merge pull request #135 from tsellers-r7/zonewalk_vs_null
Merge pull request #136 from L1ghtn1ng/dev
Merge pull request #138 from aredwood/chore/removed-outfile
Merge pull request #139 from ivan-sincek/master
Merge pull request #141 from L1ghtn1ng/dev
Merge pull request #145 from wvdongen/patch-1
Merge pull request #150 from pqlx/dnspython_versioning
Merge pull request #153 from filippolauria/patch-1
Merge pull request #154 from L1ghtn1ng/dev
Merge pull request #155 from darkoperator/dependabot/github_actions/actions/setup-python-v2.2.1
Merge pull request #156 from L1ghtn1ng/dev
Tom Sellers (11):
Cleanup
Add args to disable checks
Correct case in text
Filter dns_zone_walk domains
Support multipel resolvers
Update help usage text
Remove duplicate call
Add check for NXDOMAIN Hijacking
Spelling
Add a few popular TLDs
Handle Cloudflare's NSEC tweak
NotoriousRebel (10):
Added lgtm grade to readme.
Updated .gitignore for .idea files.
Created setup.py.
Syncing. Merge branch 'master' of https://github.com/darkoperator/dnsrecon into dev
Removed traces of python2.7 and switched from current threadpool and worker queue implementation to concurrent.futures ThreadPoolExecutor.
Minor code cleanups, made sure to pass thread_num parameter where needed.
cleaned up decoding bug.
removed debug statements.
Cleaned up output for brute functions.
removed debug statements.
Lee Baird (4):
Fixed formatting for SRV records.
Added f string.
Changed f string dbl quotes to single quotes.
Merge pull request #129 from cmaruti/yandex
Matt (4):
Merge pull request #1 from NotoriousRebel/dev
Merge pull request #2 from NotoriousRebel/dev
Merge pull request #3 from NotoriousRebel/dev
Merge pull request #4 from NotoriousRebel/dev
cmaruti (4):
Added Yandex subdomain enumerator module
fix python3 env
add a minor fix
Extra space fix
Alex Redwood (1):
Removed this outfile, it seems like its been commited by mistake.
Alvaro Bird (1):
With Python 3 the HTTP 429 is not properly process.
BrashEndeavours (1):
Fix check_nxdomain_hijack raises NoNameservers
Filippo (1):
little "optimization" when printing bind version
Ivan Šincek (1):
Zone Transfer Fix
Raphaël Hertzog (1):
Switch to Python 3
binary1985 (1):
Update namelist.txt
dependabot[bot] (1):
Bump actions/setup-python from v1.1.1 to v2.2.1
phattymcG (1):
Typo?
pqlx (1):
bump dnspython version
wvdongen (1):
Fix "KeyError: 0" in check_bindversion