blob: edaa20475db4a274f29c0b4ea229ba65fd3546e0 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From d1cb702d5147abea0d3208a4d554c61a6f2decd6 Mon Sep 17 00:00:00 2001
2From: Scott Ellis <scott@jumpnowtek.com>
3Date: Fri, 28 Dec 2018 11:08:25 -0500
4Subject: [PATCH] Set custom paths
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05305
Brad Bishop19323692019-04-05 15:28:33 -04006Upstream Status: Inappropriate
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05307
Brad Bishop19323692019-04-05 15:28:33 -04008Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05309---
Brad Bishop19323692019-04-05 15:28:33 -040010 nikto.conf | 10 +++++-----
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053011 1 file changed, 5 insertions(+), 5 deletions(-)
12
Brad Bishop19323692019-04-05 15:28:33 -040013diff --git a/program/nikto.conf b/program/nikto.conf
14index bf36c58..8c55415 100644
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053015--- a/nikto.conf
16+++ b/nikto.conf
Brad Bishop19323692019-04-05 15:28:33 -040017@@ -61,11 +61,11 @@ CIRT=107.170.99.251
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053018 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 Bishop19323692019-04-05 15:28:33 -040023-# DBDIR=/opt/nikto/databases # Location of database dir
24-# TEMPLATEDIR=/opt/nikto/templates # Location of template dir
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053025-# 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 Bishop19323692019-04-05 15:28:33 -040028+DBDIR=/etc/nikto/databases # Location of database dir
29+TEMPLATEDIR=/etc/nikto/templates # Location of template dir
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053030+DOCDIR=/usr/share/doc/nikto # Location of docs dir
31
32 # Default plugin macros
Brad Bishop19323692019-04-05 15:28:33 -040033 # Remove plugins designed to be run standalone
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053034--
Brad Bishop19323692019-04-05 15:28:33 -0400352.7.4
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053036