diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-10 16:41:44 +0300 |
---|---|---|
committer | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-10 16:41:44 +0300 |
commit | d54c9d7dadfddcd60ca11be23c5a2946f8a1b385 (patch) | |
tree | d52a2fdabd074fdbde6bb6744a627d9d20d771ec /recipes-security/nikto/files | |
parent | f359c35ab250c09e858d88b8b1aa872bb7d2cddd (diff) | |
download | meta-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.patch | 36 |
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 @@ | |||
1 | From e10b9b1f6704057ace39956ae1dc5c7caca07ff1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
3 | Date: Mon, 8 Jul 2013 11:53:54 +0300 | ||
4 | Subject: [PATCH] Setting the location of nikto on the image | ||
5 | |||
6 | Upstream Status: Inapropriate | ||
7 | |||
8 | Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
9 | --- | ||
10 | nikto.conf | 10 +++++----- | ||
11 | 1 file changed, 5 insertions(+), 5 deletions(-) | ||
12 | |||
13 | diff --git a/nikto.conf b/nikto.conf | ||
14 | index 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 | -- | ||
35 | 1.7.9.5 | ||
36 | |||