summaryrefslogtreecommitdiff
path: root/security/nikto/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/nikto/patches/patch-ab')
-rw-r--r--security/nikto/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/nikto/patches/patch-ab b/security/nikto/patches/patch-ab
new file mode 100644
index 00000000000..10086f28178
--- /dev/null
+++ b/security/nikto/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.2.6.1 2005/09/03 13:33:46 salo Exp $
+
+--- config.txt.orig 2005-07-02 11:42:30.000000000 +0100
++++ config.txt
+@@ -7,14 +7,14 @@
+
+ # location of nmap to use with port scanning (rather than Nikto internals)
+ # and any options to pass to it
+-#NMAP=/usr/bin/nmap
++NMAP=@PREFIX@/bin/nmap
+ #NMAPOPTS=
+
+ # ports never to scan
+ SKIPPORTS=21 111
+
+ # if Nikto is having difficulty finding 'plugins', set the full path here
+-# PLUGINDIR=/usr/local/nikto/plugins
++PLUGINDIR=@PREFIX@/share/nikto/plugins
+
+ # the default HTTP version to try... can/will be changed as necessary
+ DEFAULTHTTPVER=1.1