slackbuilds_ponce/network/nikto/nikto.diff
Marco Bonetti 346e5cc9ab network/nikto: Updated for version 2.1.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-07-15 20:12:36 -05:00

21 lines
978 B
Diff

diff -Naur nikto-2.1.2.orig/nikto.pl nikto-2.1.2/nikto.pl
--- nikto-2.1.2.orig/nikto.pl 2010-07-12 02:27:03.000000000 +0200
+++ nikto-2.1.2/nikto.pl 2010-07-12 16:54:23.081240167 +0200
@@ -6,7 +6,7 @@
use Getopt::Long;
Getopt::Long::Configure('no_ignore_case');
-# use LW2; ### Change this line to use a different installed version
+use LW2; ### Change this line to use a different installed version
###############################################################################
# Nikto #
@@ -89,7 +89,7 @@
require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin";
nprint("T:$starttime: Starting", "d");
require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin";
-require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
+#require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
my ($a, $b) = split(/\./, $LW2::VERSION);
die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);