diff options
Diffstat (limited to 'network/nikto/patches/nikto-2.1.5/nikto64.conf.diff')
-rw-r--r-- | network/nikto/patches/nikto-2.1.5/nikto64.conf.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/nikto/patches/nikto-2.1.5/nikto64.conf.diff b/network/nikto/patches/nikto-2.1.5/nikto64.conf.diff new file mode 100644 index 000000000000..35709331f644 --- /dev/null +++ b/network/nikto/patches/nikto-2.1.5/nikto64.conf.diff @@ -0,0 +1,14 @@ + +Set the EXECDIR for nikto to /usr/lib64/nikto + +--- nikto-2.1.5.orig/nikto.conf 2015-11-07 19:48:17.854292534 -0700 ++++ nikto-2.1.5/nikto.conf 2015-11-07 19:50:49.311286043 -0700 +@@ -61,7 +61,7 @@ + CHECKMETHODS=HEAD GET + + # If you want to specify the location of any of the files, specify them here +-# EXECDIR=/opt/nikto # Location of Nikto ++EXECDIR=/usr/lib64/nikto # Location of Nikto + # PLUGINDIR=/opt/nikto/plugins # Location of plugin dir + # DBDIR=/opt/nikto/databases # Location of database dir + # TEMPLATEDIR=/opt/nikto/templates # Location of template dir |