summaryrefslogtreecommitdiff
path: root/security/nikto/patches/patch-ab
blob: f6aadb272e5ec5c9da6d69b9048dcdf4c10b4a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.1.1.1 2003/12/05 17:45:24 xtraeme Exp $

--- config.txt.orig	Sat Oct  4 01:49:02 2003
+++ config.txt	Sat Oct  4 01:49:49 2003
@@ -5,13 +5,13 @@
 # CLIOPTS=-g -a
 
 # location of nmap to use with port scanning (rather than Nikto internals)
-#NMAP=/usr/bin/nmap
+NMAP=@PREFIX@/bin/nmap
 
 # 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