How to Install and Uninstall dnsenum Package on Kali Linux

Last updated: May 14,2024

1. Install "dnsenum" package

This guide covers the steps necessary to install dnsenum on Kali Linux

$ sudo apt update $ sudo apt install dnsenum

2. Uninstall "dnsenum" package

This is a short guide on how to uninstall dnsenum on Kali Linux:

$ sudo apt remove dnsenum $ sudo apt autoclean && sudo apt autoremove

3. Information about the dnsenum package on Kali Linux

Package: dnsenum
Version: 1.3.1-1.1
Installed-Size: 87
Maintainer: Debian Security Tools
Architecture: all
Depends: libhtml-parser-perl, libnet-dns-perl, libnet-ip-perl, libnet-netmask-perl, libnet-whois-ip-perl, libstring-random-perl, libwww-mechanize-perl, libxml-writer-perl, perl:any
Size: 26484
SHA256: 75ff01cfff54993fe47fa14753b57bf14c198bae7a517964715a43cd8aa3d5a9
SHA1: d5014d6d856ed5c4f5233ce9a7a0c5c16a71ecf7
MD5sum: 2d8ed789eb1d5ee6a50ab6b8c40c5a35
Description: tool to enumerate domain DNS information
Dnsenum is a multithreaded perl script to enumerate DNS information of a
domain and to discover non-contiguous ip blocks. The main purpose of Dnsenum
is to gather as much information as possible about a domain. The program
currently performs the following operations:
.
- Get the host's addresses (A record).
- Get the namservers (threaded).
- Get the MX record (threaded).
- Perform axfr queries on nameservers and get BIND versions(threaded).
- Get extra names and subdomains via google scraping (google query =
"allinurl: -www site:domain").
- Brute force subdomains from file, can also perform recursion on subdomain
that have NS records (all threaded).
- Calculate C class domain network ranges and perform whois queries on them
(threaded).
- Perform reverse lookups on netranges (C class or/and whois netranges)
(threaded).
- Write to domain_ips.txt file ip-blocks.
.
This program is useful for pentesters, ethical hackers and forensics experts.
It also can be used for security tests.
Description-md5:
Homepage: https://github.com/SparrowOchon/dnsenum2
Section: net
Priority: optional
Filename: pool/main/d/dnsenum/dnsenum_1.3.1-1.1_all.deb