Skip to content

0.10.1

Compare
Choose a tag to compare
@L1ghtn1ng L1ghtn1ng released this 05 Apr 18:43
· 222 commits to master since this release
ea6e3c7

J.Townsend (23):
Merge pull request #162 from filippolauria/master
Merge pull request #163 from L1ghtn1ng/dev
Merge pull request #164 from L1ghtn1ng/dev
Merge pull request #169 from guillaumelecerf/fix_missing_import_re
Merge pull request #166 from L1ghtn1ng/dev
Merge pull request #167 from nojanath/master
Merge pull request #168 from filippolauria/master
Merge pull request #170 from L1ghtn1ng/dev
Merge pull request #171 from L1ghtn1ng/dev
Merge pull request #174 from IPv4v6/fix-typos
Merge pull request #172 from filippolauria/master
Merge pull request #176 from filippolauria/master
Merge pull request #175 from Frapava/patch-1
Merge pull request #178 from Hyatche/master
Merge pull request #179 from filippolauria/master
Create codeql-analysis.yml
Create LICENSE
Update copyright year
Merge pull request #180 from filippolauria/master
Update bin to match the main dnsrecon.py file
Tag new release 0.10.1
Update dnsrecon.py
Merge pull request #182 from darkoperator/L1ghtn1ng-patch-1

filippolauria (15):
minor presentation fixes in brute_*() functions
Improved domain_brute() function. All python keywords used as references have been renamed. Other fixes.
Reviewed zone_transfer() function
Created an initial unit test for the DnsHelper class Removed the ugly deprecation warning: "please use dns.resolver.Resolver.resolve() instead" Made some small fixes to some function which returned None instead of an empty list.
Major improvements to dnshelper library and fixes to unit tests. Partially rewritten the code of the DnsHelper class.
Added pytest action to workflows
Merge branch 'master' of https://github.com/filippolauria/dnsrecon
Merged with upstream
Merge branch 'master' of https://github.com/darkoperator/dnsrecon
in order to get executed, pytest should be installed
import re is not needed.
pytest package has been added to requirements.txt
Improved DNS Cache Snooping feature and created a unit test for functions inside dnsrecon.py.
Improved params validation and main function. Added a lot of comments to it because it is a big improvement.
Fixed some code-style issue. Simplified dictionary param validation.

L1ghtn1ng (7):
fix #152
Add progarm version cli arg
Merge remote-tracking branch 'upstream/master' into dev
fixes #165
Merge remote-tracking branch 'upstream/master' into dev
Update Dockerfile
Update binaries

nojanath (3):
Add venv to .gitignore
Write queried domain to SQLite DB in a 'domain' column
Typo fix

Filippo (2):
pytest action test
Removed this simple test

Hyatche (2):
fix make_csv
Merge pull request #1 from Hyatche/csv-output-fix

Francesco (1):
Fixes #147

Guillaume LECERF (1):
Fix missing "import re" in lib/dnshelper.py

Stefan Pietsch (1):
fix typos