Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lgtm badge #235

Merged
merged 1 commit into from
Jan 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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+