How to Install and Uninstall dnsrecon Package on Kali Linux

Last updated: May 12,2024

1. Install "dnsrecon" package

Please follow the step by step instructions below to install dnsrecon on Kali Linux

$ sudo apt update $ sudo apt install dnsrecon

2. Uninstall "dnsrecon" package

Please follow the instructions below to uninstall dnsrecon on Kali Linux:

$ sudo apt remove dnsrecon $ sudo apt autoclean && sudo apt autoremove

3. Information about the dnsrecon package on Kali Linux

Package: dnsrecon
Version: 1.1.5-1
Installed-Size: 1448
Maintainer: Debian Security Tools
Architecture: all
Depends: python3:any, python3-dnspython, python3-netaddr, python3-lxml
Size: 477084
SHA256: b54ba70c29eecbd844d5051a26ea38ae501e50ab097d1cc1081a8d5617eceac8
SHA1: 2598e93aa1d99260f893c04abc4de8849cc54de8
MD5sum: 2c458a190bf56dfe9d3230e56cf53d68
Description: Powerful DNS enumeration script
DNSRecon is a Python script that provides the ability to perform:
.
* Check all NS Records for Zone Transfers.
* Enumerate General DNS Records for a given Domain
(MX, SOA, NS, A, AAAA, SPF and TXT).
* Perform common SRV Record Enumeration.
* Top Level Domain (TLD) Expansion.
* Check for Wildcard Resolution.
* Brute Force subdomain and host A and AAAA records
given a domain and a wordlist.
* Perform a PTR Record lookup for a given IP Range or CIDR.
* Check a DNS Server Cached records for A, AAAA and CNAME
* Records provided a list of host records in a text file to check.
* Enumerate Hosts and Subdomains using Google
Description-md5:
Homepage: https://github.com/darkoperator/dnsrecon
Section: net
Priority: optional
Filename: pool/main/d/dnsrecon/dnsrecon_1.1.5-1_all.deb