blob: a95b0629f89e6aa8f53f0067168cded904745619 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301From e10b9b1f6704057ace39956ae1dc5c7caca07ff1 Mon Sep 17 00:00:00 2001
2From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
3Date: Mon, 8 Jul 2013 11:53:54 +0300
4Subject: [PATCH] Setting the location of nikto on the image
5
6Upstream Status: Inapropriate
7
8Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
9---
10 nikto.conf | 10 +++++-----
11 1 file changed, 5 insertions(+), 5 deletions(-)
12
13diff --git a/nikto.conf b/nikto.conf
14index 25b784d..9577033 100644
15--- a/nikto.conf
16+++ b/nikto.conf
17@@ -61,11 +61,11 @@ CIRT=174.142.17.165
18 CHECKMETHODS=HEAD GET
19
20 # If you want to specify the location of any of the files, specify them here
21-# EXECDIR=/opt/nikto # Location of Nikto
22-# PLUGINDIR=/opt/nikto/plugins # Location of plugin dir
23-# DBDIR=/opt/nikto/databases # Location of plugin dir
24-# TEMPLATEDIR=/opt/nikto/templates # Location of tempmlate dir
25-# DOCDIR=/opt/nikto/docs # Location of docs dir
26+EXECDIR=/usr/bin/nikto # Location of Nikto
27+PLUGINDIR=/etc/nikto/plugins # Location of plugin dir
28+DBDIR=/etc/nikto/databases # Location of plugin dir
29+TEMPLATEDIR=/etc/nikto/templates # Location of tempmlate dir
30+DOCDIR=/usr/share/doc/nikto # Location of docs dir
31
32 # Default plugin macros
33 @@MUTATE=dictionary;subdomain
34--
351.7.9.5
36