Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | From d1cb702d5147abea0d3208a4d554c61a6f2decd6 Mon Sep 17 00:00:00 2001 |
| 2 | From: Scott Ellis <scott@jumpnowtek.com> |
| 3 | Date: Fri, 28 Dec 2018 11:08:25 -0500 |
| 4 | Subject: [PATCH] Set custom paths |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 5 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | Upstream Status: Inappropriate |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 7 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | Signed-off-by: Scott Ellis <scott@jumpnowtek.com> |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 9 | --- |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 10 | nikto.conf | 10 +++++----- |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 11 | 1 file changed, 5 insertions(+), 5 deletions(-) |
| 12 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | diff --git a/program/nikto.conf b/program/nikto.conf |
| 14 | index bf36c58..8c55415 100644 |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 15 | --- a/nikto.conf |
| 16 | +++ b/nikto.conf |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | @@ -61,11 +61,11 @@ CIRT=107.170.99.251 |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 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 |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 23 | -# DBDIR=/opt/nikto/databases # Location of database dir |
| 24 | -# TEMPLATEDIR=/opt/nikto/templates # Location of template dir |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 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 |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 28 | +DBDIR=/etc/nikto/databases # Location of database dir |
| 29 | +TEMPLATEDIR=/etc/nikto/templates # Location of template dir |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 30 | +DOCDIR=/usr/share/doc/nikto # Location of docs dir |
| 31 | |
| 32 | # Default plugin macros |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 33 | # Remove plugins designed to be run standalone |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 34 | -- |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 35 | 2.7.4 |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 36 | |