nessus-tool/nessusd.conf

Sat, 24 Mar 2012 21:40:49 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 24 Mar 2012 21:40:49 +0100
changeset 414
fd611cde817f
permissions
-rw-r--r--

Introduce many changes to the buildconf and source code including:
(01) clean up, update, and partially update default config files,
(02) seems that Melware is unable to perform release engineering so
update chan_capi to new daily snapshot to solve echo problems,
(03) correct Asterisk inadequate hard coded gmime version check,
(04) force postgresql pthreads linkage to solve build problem,
(05) remove buggy hard coded LibXML configure definitions,
(06) remove local architecture specification to allow GCC
internal logic to determine proper CPU type instead,
(07) remove vendor sound install target causing uncontrolled
downloads and non RPM managed file installation,
(08) solve long outstanding bug in tcptls causing Asterisk
to ignore any intermediate CA certificate signatures,
(09) back out Digium engineering team's bright idea of replacing the
very portable and pervasive POSIX rand(1) with ast_random(), and
then not even implementing it causing all references to fail in
platforms not providing the very new POSIX.1-2008 mkdtemp(3)
function only distributed by BSD and some Linux,
(10) withdraw advanced linker symbol manipulations from SVR5 builds
until either Binutils supports hybrid versioned and anonymous
linker scripts or GCC stops hard coding versioned linker scripts,
(11) correct missing library linkage, some tailored to a specific OS,
(12) remove outdated logic for the no longer distributed gmime-config(1),
(13) remove local gmime buildconf hacks now that Asterisk has corrected
their own build configuration to almost portably support gmime,
(14) solve build problems relating to undetected LibXML paths,
(15) correct erroneous out of tree include definitions,
(16) improve some variable and comment naming,
(17) simplify sound language path hierarchy creation,
and correct australian english installation logic.

     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