From 6ec19c7f1bc4aa70e5f8a86cd29d579a95d97035 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 Jan 2020 18:58:09 +0000 Subject: gentoo resync : 18.01.2020 --- .../files/dnsenum-1.2.2-remove-extension.patch | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch (limited to 'net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch') diff --git a/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch b/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch new file mode 100644 index 000000000000..751d673fed2d --- /dev/null +++ b/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch @@ -0,0 +1,62 @@ +--- a/dnsenum.pl ++++ b/dnsenum.pl +@@ -1,11 +1,11 @@ + #!/usr/bin/perl + # + # +-# dnsenum.pl VERSION 1.2.2 ++# dnsenum VERSION 1.2.2 + # This version: - Improvement of output + # - Added DNS Server Fingerprinting + # +-# 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;#it complains about uninitialized values when it doesn't find address in RR; need to fix later +@@ -71,7 +71,7 @@ + my ($timeout, $delay, $pages, $ipcount, $ipvalid) = (10, 3, 20, 0, 0); + my ($output); + my $writer; +-my $program = 'dnsenum.pl'; ++my $program = 'dnsenum'; + my $wildcards = 'pseudorandabcdefuvwxyz0123456789.'; + my $VERSION = '1.2.2'; + +@@ -1365,15 +1365,15 @@ + + =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.2 ++dnsenum version 1.2.2 + + =head1 SYNOPSIS + +-dnsenum.pl [options] ++dnsenum [options] + + =head1 DESCRIPTION + +@@ -1673,7 +1673,7 @@ + + =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 -- cgit v1.2.3