nessus-tool/nessusd.conf

Fri, 15 Oct 2010 19:06:09 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 19:06:09 +0200
changeset 263
f4a0b439d0fb
permissions
-rw-r--r--

Correct shared library and plugin link logic, as well as informal text.
Update file server URL, update build resource estimations, correct RPATH
logic, allow for qmake(1) static to shared library changes via CONFIG
argument, correct documentation broken title and index links, correct
shared library install path, install only one set of (correct) plugins,
install the designer shared library (as required by QtCreator), announce
features related to shared linking using qmake(1), and correclty
substitute hard coded paths in prl and la library files.

     1 ##
     2 ##  nessusd.conf -- Nessus Daemon Configuration
     3 ##
     5 #   paths
     6 rules                    = @l_prefix@/etc/nessus/nessusd.rules
     7 users                    = @l_prefix@/etc/nessus/nessusd.users
     8 logfile                  = @l_prefix@/var/nessus/nessusd.log
     9 dumpfile                 = @l_prefix@/var/nessus/nessusd.dump
    10 cert_file                = @l_prefix@/var/nessus/CA/servercert.pem
    11 key_file                 = @l_prefix@/var/nessus/CA/serverkey.pem
    12 ca_file                  = @l_prefix@/var/nessus/CA/cacert.pem
    13 plugins_folder           = @l_prefix@/lib/nessus/plugins
    15 #   options
    16 max_hosts                = 30
    17 max_checks               = 10
    18 max_threads              = 15
    19 be_nice                  = yes
    20 log_whole_attack         = yes
    21 log_plugins_name_at_load = no
    22 cgi_path                 = /cgi-bin:/scripts
    23 port_range               = default
    24 optimize_test            = yes
    25 checks_read_timeout      = 5
    26 non_simult_ports         = 139, 445
    27 plugins_timeout          = 320
    28 safe_checks              = yes
    29 auto_enable_dependencies = yes
    30 use_mac_addr             = no
    31 plugin_upload            = no
    32 plugin_upload_suffixes   = .nasl, .inc
    33 admin_user               = root
    34 language                 = english
    35 slice_network_addresses  = no
    36 #pem_password            = password
    37 #force_pubkey_auth       = yes

mercurial