From 346e5cc9ab47329dfd187b32ccb9fc20e7eef913 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 12 Jul 2010 12:38:12 -0500 Subject: network/nikto: Updated for version 2.1.2. Signed-off-by: Erik Hanson --- network/nikto/nikto.diff | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'network/nikto/nikto.diff') diff --git a/network/nikto/nikto.diff b/network/nikto/nikto.diff index ac1f59514f..e1f14fb326 100644 --- a/network/nikto/nikto.diff +++ b/network/nikto/nikto.diff @@ -1,15 +1,21 @@ -diff -Naur nikto-2.1.1.orig/nikto.pl nikto-2.1.1/nikto.pl ---- nikto-2.1.1.orig/nikto.pl 2010-02-02 20:28:54.000000000 +0100 -+++ nikto-2.1.1/nikto.pl 2010-02-05 12:03:17.287685939 +0100 -@@ -85,9 +85,9 @@ +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"; --# use LW2; ### Change this line to use a different installed version -+use LW2; ### Change this line to use a different installed version - - ($a, $b) = split(/\./, $LW2::VERSION); + my ($a, $b) = split(/\./, $LW2::VERSION); die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4); -- cgit v1.2.3