Changeset 483

Show
Ignore:
Timestamp:
04/07/06 03:55:45 (2 years ago)
Author:
common
Message:

library
- the rewrapped config file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • library/trunk/conf/library.conf.dist

    r482 r483  
    1 // main configuration file for nepenthes 
     1// main configuration file for library 
    22// see also configuration files for modules (second row in the modules section) 
    33 
    4 nepenthes 
     4library 
    55{ 
    6     moduledir               "lib/nepenthes";        // relative to workdir 
    7     moduleconfigdir         "etc/nepenthes";                  // relative to workdir 
     6    moduledir               "lib/library";        // relative to workdir 
     7    moduleconfigdir         "etc/library";                  // relative to workdir 
    88 
    99    modules( 
     
    1919//    "geolocationgeoip.so"           ""                              "" 
    2020 
    21  
    22 // download handler for various protocols 
    23     "downloadcsend.so",             "download-csend.conf",          "" 
    24     "downloadcreceive.so",          "",                             "" 
    25 //    "downloadcurl.so",              "download-curl.conf",           "" 
    26     "downloadftp.so",               "download-ftp.conf",            "" 
    27     "downloadhttp.so",               "",                             "" 
    28     "downloadlink.so",              "download-link.conf",           "" 
    29 //  "downloadnepenthes.so",         "download-nepenthes.conf",      ""  // get data from others via submit-nepenthes 
    30     "downloadtftp.so",              "download-tftp.conf",           "" 
    31     "downloadrcp.so",               ""                              "" 
    32  
    33 // upload handler for various? protocols 
    34     "uploadhttp.so",               "",                             "" 
    35  
    36 // submission handler 
    37     "submitfile.so",                "submit-file.conf",             ""  // save to disk 
    38 //  "submitnorman.so",              "submit-norman.conf",           "" 
    39 //  "submitnepenthes.so",           "submit-nepenthes.conf",        ""  // send to download-nepenthes in other nepenthes instances 
    40 //  "submitxmlrpc.so",              "submit-xmlrpc.conf",           ""  // submit files to a xmlrpc server 
    41  
     21    "xecho.so" , ""  "" 
     22    "sqlhandlerpostgres.so" "" "" 
     23    "servicegotek.so" "" "" 
    4224// logging 
    43     "logdownload.so",               "log-download.conf",            "" 
    4425//  "logirc.so",                    "log-irc.conf",                 ""  // needs configuration 
    4526 
    4627 
    47 // dumping and logging 
    48     "moduleportwatch.so",           "module-portwatch.conf",        "" 
    49  
    50 // cmd.exe simulation 
    51     "shellemuwinnt.so"              "",                             "" 
    52  
    53 // single shellcodehandler modules  
    54     "shellcodesignatures.so",       "",                             "" 
    55     "shellcodegeneric.so",          "shellcode-generic.conf",       "" 
    56  
    57 // vulnerability modules 
    58     "vulnbagle.so",                 "vuln-bagle.conf",              "" 
    59     "vulndameware.so",              "vuln-dameware.conf",           ""     
    60     "vulndcom.so",                  "vuln-dcom.conf",               "" 
    61     "vulnftpd.so",                  "vuln-ftpd.conf",               "" 
    62     "vulniis.so",                   "vuln-iis.conf",                "" 
    63     "vulnkuang2.so",                "vuln-kuang2.conf",             "" 
    64     "vulnlsass.so",                 "vuln-lsass.conf",              "" 
    65     "vulnmsmq.so",                  "vuln-msmq.conf",               "" 
    66     "vulnmsdtc.so",                 "vuln-msdtc.conf",              "" 
    67     "vulnmssql.so",                 "vuln-mssql.conf",              "" 
    68     "vulnmydoom.so",                "vuln-mydoom.conf",             "" 
    69     "vulnnetbiosname.so",           "vuln-netbiosname.conf",        "" 
    70     "vulnnetdde.so",                "vuln-netdde.conf",             "" 
    71     "vulnoptix.so",                 "vuln-optix.conf",              "" 
    72     "vulnpnp.so",                   "vuln-pnp.conf",                "" 
    73     "vulnsasserftpd.so",            "vuln-sasserftpd.conf",         "" 
    74     "vulnsub7.so",                  "vuln-sub7.conf",               "" 
    75     "vulnupnp.so",                  "vuln-upnp.conf",               "" 
    76     "vulnveritas.so",               "vuln-veritas.conf",            "" 
    77     "vulnwins.so",                  "vuln-wins.conf",               "" 
    78     "vulnasn1.so",                  "vuln-asn1.conf",               "" 
    79  
    80  
    81 // eXample modules for testing - disabled by default 
    82 //  "x1.so",                       "x-1.conf",                     "", 
    83 //  "x2.so",                       "x-2.conf",                     "", 
    84 //  "x3.so",                       "",                             "", 
    85 //  "x4.so",                       "",                             "", 
    86 //  "x5.so",                       "",                             "", 
    87 //  "x6.so",                       "",                             "", 
    88 //  "x7.so",                       "",                             "", 
    8928    ); 
    9029 
     
    9231    logmanager 
    9332    { 
    94         ring_logging_file               "var/log/nepenthes.%d.log"; 
    95         file_logging_file               "var/log/nepenthes.log"; 
     33        ring_logging_file               "var/log/library.%d.log"; 
     34        file_logging_file               "var/log/library.log"; 
    9635    }; 
    9736 
     
    12968    geolocationmanager 
    13069    { 
    131         cache_path                   "var/cache/nepenthes/geolocation/"; 
     70        cache_path                   "var/cache/library/geolocation/"; 
    13271    }; 
    13372};