Description: change path to nikto.dtd
Author: Mati Aharoni <muts@kali.org>
Last-Update: 2019-03-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/program/nikto.conf.default
+++ b/program/nikto.conf.default
@@ -15,7 +15,7 @@
 #SKIPIDS=
 
 # The DTD
-NIKTODTD=templates/nikto.dtd
+NIKTODTD=/var/lib/nikto/templates/nikto.dtd
 
 # the default HTTP version to try... can/will be changed as necessary
 DEFAULTHTTPVER=1.1
@@ -43,10 +43,10 @@
 
 # Cookies: send cookies with all requests
 # Multiple can be set by separating with a semi-colon, e.g.:
-# "cookie1=cookie value";"cookie2=cookie val" 
+# "cookie1=cookie value";"cookie2=cookie val"
 #STATIC-COOKIE="name=value";"something=nothing";
 
-# The below allows you to vary which HTTP methods are used to check whether an HTTP(s) server 
+# The below allows you to vary which HTTP methods are used to check whether an HTTP(s) server
 # is running. Some web servers, such as the autopsy web server do not implement the HEAD method
 CHECKMETHODS=GET
 
@@ -62,10 +62,10 @@
 @@EXTRAS=dictionary;siebel
 @@DEFAULT=@@ALL;-@@EXTRAS;tests(report:500)
 
-# Choose SSL libs: 
-# SSLeay        - use Net::SSLeay 
+# Choose SSL libs:
+# SSLeay        - use Net::SSLeay
 # SSL           - use Net::SSL  -- NOT recommended as it does not support SAN extraction
-# auto          - automatically choose best available 
+# auto          - automatically choose best available
 LW_SSL_ENGINE=auto
 
 # Number of failures before giving up
