summaryrefslogtreecommitdiffstats
path: root/recipes-security/nikto/files
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-10 16:41:44 +0300
committerAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-10 16:41:44 +0300
commitd54c9d7dadfddcd60ca11be23c5a2946f8a1b385 (patch)
treed52a2fdabd074fdbde6bb6744a627d9d20d771ec /recipes-security/nikto/files
parentf359c35ab250c09e858d88b8b1aa872bb7d2cddd (diff)
downloadmeta-security-d54c9d7dadfddcd60ca11be23c5a2946f8a1b385.tar.gz
Security layer version 1.0
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'recipes-security/nikto/files')
-rw-r--r--recipes-security/nikto/files/location.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-security/nikto/files/location.patch b/recipes-security/nikto/files/location.patch
new file mode 100644
index 0000000..a95b062
--- /dev/null
+++ b/recipes-security/nikto/files/location.patch
@@ -0,0 +1,36 @@
1From 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