nessus-tool/nessusd.conf

Thu, 04 Oct 2012 20:30:05 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:30:05 +0200
changeset 715
c10fb90893b9
permissions
-rw-r--r--

Correct out of date build configuration, porting to Solaris 11 network
link infrastructure and new libpcap logic. This additionally allows for
device drivers in subdirectories of /dev. Correct packaged nmap
personalities and signatures to work out of the box. Finally, hack
arpd logic to properly close sockets and quit on TERM by repeating
signaling in the run command script. Sadly, all this fails to correct
the run time behaviour of honeyd which fails to bind to the IP layer.

     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