pkgsrc/security/nikto/patches/patch-ab
xtraeme d259bef697 Initial import of nikto-1.32 from pkgsrc-wip, packaged by Adrian Portelli.
Nikto is a web server scanner which performs comprehensive tests against web
servers for multiple items, including over 2200 potentially dangerous
files/CGIs, versions on over 140 servers, and problems on over 210 servers.
Scan items and plugins are frequently updated and can be automatically
updated (if desired).
2003-12-05 17:45:23 +00:00

20 lines
597 B
Text

$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