--- nikto-2.02.old/config.txt +++ nikto-2.02/config.txt @@ -7,7 +7,7 @@ # location of nmap to use with port scanning (rather than Nikto internals) # and any options to pass to it -NMAP=/usr/local/bin/nmap +NMAP=__META_BINDIR__/nmap NMAPOPTS=-P0 # ports never to scan @@ -17,7 +17,7 @@ #SKIPIDS= # if Nikto is having difficulty finding the 'plugins', set the full install path here -# EXECDIR=/usr/local/nikto +EXECDIR=__META_PREFIX__/program # the default HTTP version to try... can/will be changed as necessary DEFAULTHTTPVER=1.0 @@ -28,7 +28,7 @@ # UPDATES=yes #-- ask before each submission if it should send # UPDATES=no #-- don't ask, don't send # UPDATES=auto #-- automatically attempt submission *without prompting* -UPDATES=yes +UPDATES=no # Warning if MAX_WARN OK or MOVED responses are retrieved MAX_WARN=20 @@ -37,7 +37,7 @@ #PROMPTS=no # cirt.net : set the IP so that updates can work without name resolution -CIRT=209.172.49.178 +# CIRT=209.172.49.178 ######################################################################################################### # PROXY STUFF --- nikto-2.02.old/nikto.pl +++ nikto-2.02/nikto.pl @@ -49,7 +49,7 @@ $DIV = "-" x 75; $NIKTO{version} = "2.02"; $NIKTO{name} = "Nikto"; -$NIKTO{configfile} = "config.txt"; ### Change this line if your setup is having trouble finding it +$NIKTO{configfile} = "__META_PREFIX__/program/config.txt"; $http_eol = "\r\n"; # read the --config option