Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame^] | 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 | |