mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
346e5cc9ab
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
21 lines
978 B
Diff
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);
|