diff --git a/documentation/doc.xml b/documentation/doc.xml index 935d5c3..f498bd9 100644 --- a/documentation/doc.xml +++ b/documentation/doc.xml @@ -323,9 +323,11 @@ http://192.168.0.1:8080/ + Retrieving 'CHANGES.txt' - Updates may also be manually downloaded from the appropriate version's directory at http://cirt.net/nikto/UPDATES/. Plugin and database - files from the server should replace those in the 'plugins' directory. + Updates may also be manually downloaded from the appropriate + version's directory at http://cirt.net/nikto/UPDATES/. + Plugin and database files from the server should replace those in the + 'plugins' or 'databases' directories.
@@ -1191,20 +1193,23 @@ PROXYPASS= TEMPLATEDIR + DBDIR + DOCDIR Defines where to find the location of Nikto, its plugins, - XML/HTML templates and documents. This should only normally be - changed if repackaging Nikto to work with different file system - standards. Nikto will use the EXECDIR item to guess the other - directories. + databases, XML/HTML templates and documents. This should only + normally be changed if repackaging Nikto to work with different + file system standards. Nikto will use the EXECDIR item to guess + the other directories. Default Setting EXECDIR=. PLUGINDIR=EXECDIR/plugins TEMPLATEDIR=EXECDIR/templates +DBDIR=EXECDIR/databases DOCDIR=EXECDIR/docs @@ -1391,13 +1396,13 @@ DOCDIR=EXECDIR/docs Users can create their own, private tests for any of the databases. By placing a syntactically correct database file in the - plugins directory, with a file name prefaced with a - "u", the data will be loaded along with the built-in checks. + databases directory, with a file name prefaced with + a "u", the data will be loaded along with the built-in checks. For example, create the file - plugins/udb_tests and it will be loaded at the same - time plugins/db_tests is loaded. These files will - also be checked for syntax when -dbcheck is + databases/udb_tests and it will be loaded at the + same time databases/db_tests is loaded. These files + will also be checked for syntax when -dbcheck is used. For tests which require a "private" OSVDB ID, use the OSVDB ID 0 diff --git a/documentation/sections/options.xml b/documentation/sections/options.xml index eb7fd5f..258f139 100644 --- a/documentation/sections/options.xml +++ b/documentation/sections/options.xml @@ -138,7 +138,7 @@ style output Maximum execution time per host, in seconds. Accepts minutes and hours - such that all of these are one hour: 3600, 3600s, 60m, 1h + such that all of these are one hour: 3600s, 60m, 1h