Skip to content

Commit

Permalink
Merge pull request #235 from flotwig/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Jan 30, 2023
2 parents 675f62b + 004b72a commit f959218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
@@ -1,6 +1,5 @@

# DNSRecon
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/darkoperator/dnsrecon.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/darkoperator/dnsrecon/context:python)

DNSRecon is a Python port of a Ruby script that I wrote to learn the language and about DNS in early 2007.
This time I wanted to learn about Python and extend the functionality of the original tool and in the process re-learn how DNS works and how could it be used in the process of a security assessment and network troubleshooting.
Expand All @@ -16,4 +15,4 @@ This script provides the ability to perform:
* Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check.

# Python Version
DNSRecon requires python3.6+
DNSRecon requires python3.6+

0 comments on commit f959218

Please sign in to comment.