From: Kali Developers <devel@kali.org>
Date: Wed, 16 Oct 2019 14:43:26 +0200
Subject: fix-usage-output

Updated the script to display dnsenum instead of dnsenum.pl
---
 dnsenum.pl | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dnsenum.pl b/dnsenum.pl
index 37439f1..1a5713d 100755
--- a/dnsenum.pl
+++ b/dnsenum.pl
@@ -4,7 +4,7 @@
 #	dnsenum.pl VERSION 1.2.6
 #	This version:	- changed version number to the correct one
 #
-#	dnsenum.pl: multithread script to enumerate information on
+#	dnsenum: multithread script to enumerate information on
 #		a domain and to discover non-contiguous ip blocks.
 #
 #	1) Get the host's addresse.
@@ -45,7 +45,7 @@
 #
 #	Special thanks to all perl developers.
 #
-#	please see perldoc dnsenum.pl for options and arguments
+#	please see perldoc dnsenum for options and arguments
 
 use strict;
 use warnings
@@ -80,10 +80,10 @@ my ( $domain,  $recur,     $table,   $extend_b, $extend_r );
 my ( $timeout, $delay,     $pages,   $ipcount,  $ipvalid ) = ( 10, 3, 5, 0, 0 );
 my ($output);
 my $writer;
-my $program     = 'dnsenum.pl';
+my $program = 'dnsenum';
 my $default_dir = '/usr/share/dnsenum/dns.txt';
-my $string_gen  = String::Random->new;
-my $wildcards   = $string_gen->randpattern("cccccccccccc");
+my $string_gen = String::Random->new;
+my $wildcards = $string_gen->randpattern("cccccccccccc");
 my @wildcardaddress;
 my @wildcardcname;
 my $VERSION = '1.2.6';
@@ -1503,15 +1503,15 @@ __END__
 
 =head1 NAME
 
-dnsenum.pl: multithread script to enumerate information on a domain and to discover non-contiguous IP blocks.
+dnsenum: multithread script to enumerate information on a domain and to discover non-contiguous IP blocks.
 
 =head1 VERSION
 
-dnsenum.pl version 1.2.6
+dnsenum version 1.2.6
 
 =head1 SYNOPSIS
 
-dnsenum.pl [options] <domain> -f dns.txt
+dnsenum [options] <domain> -f dns.txt
 
 =head1 DESCRIPTION
 
@@ -1818,7 +1818,7 @@ google scraping and brute forcing).
 
 =head1 README
 
-dnsenum.pl: multithread script to enumerate information on a domain
+dnsenum: multithread script to enumerate information on a domain
 and to discover non-contiguous ip blocks.
 
 =head1 PREREQUISITES
