Changeset 130 for honeyclient/branches/rel/0.9/etc
- Timestamp:
- 12/20/06 11:09:07 (2 years ago)
- Files:
-
- honeyclient/branches/rel/0.9 (modified) (1 prop)
- honeyclient/branches/rel/0.9/etc/file_checklist.txt (copied) (copied from honeyclient/tags/bug/POST-42/etc/file_checklist.txt)
- honeyclient/branches/rel/0.9/etc/honeyclient.xml (modified) (7 diffs, 1 prop)
- honeyclient/branches/rel/0.9/etc/honeyclient_log.conf (modified) (2 diffs, 1 prop)
- honeyclient/branches/rel/0.9/etc/inline2test.conf (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/rel/0.9
- Property sc:bug-fix-release-branch set to 0.9
honeyclient/branches/rel/0.9/etc/honeyclient.xml
- Property svn:keywords set to Id "$file"
r13 r130 9 9 For information about the syntax of this file format, please type 10 10 "perldoc XML::Simple". 11 12 CVS: $Id$ 11 13 12 14 ####################################################################### … … 45 47 <HoneyClient> 46 48 <!-- Global Options --> 47 <timeout description="Default timeout used for all communications between each module (in seconds)." default="600"> 48 600 49 <!-- Note: This timeout should be long enough so that the Agent watchdog code will properly let the integrity checking code finish, before detecting a faulty timeout in processing. --> 50 <timeout description="Default timeout used for all communications between each module (in seconds)." default="900"> 51 1800 49 52 </timeout> 50 53 <log_config description="The global Log4perl configuration file, used throughout all modules. This setting should not need to be changed." default="etc/honeyclient_log.conf"> … … 69 72 </timeout> 70 73 <Browser> 71 <!-- HoneyClient::Agent::Driver::IE Options -->72 <!-- TODO: Update this. -->73 <ignore_links_timed_out description="If this parameter is 1, then the browser will never attempt to revisit any links that caused the browser to initially time out." default="0">74 <!-- HoneyClient::Agent::Driver::IE Options --> 75 <!-- TODO: Update this. --> 76 <ignore_links_timed_out description="If this parameter is 1, then the browser will never attempt to revisit any links that caused the browser to initially time out." default="0"> 74 77 1 75 78 </ignore_links_timed_out> 76 <!-- TODO: Update this. -->77 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe">79 <!-- TODO: Update this. --> 80 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 78 81 iexplore.exe 79 82 </process_name> 80 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1">83 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1"> 81 84 -1 82 85 </max_relative_links_to_visit> 83 <IE>84 <!-- HoneyClient::Agent::Driver::IE Options -->85 <!-- TODO: Update this. -->86 <ignore_links_timed_out description="If this parameter is 1, then the browser will never attempt to revisit any links that caused the browser to initially time out." default="0">86 <IE> 87 <!-- HoneyClient::Agent::Driver::IE Options --> 88 <!-- TODO: Update this. --> 89 <ignore_links_timed_out description="If this parameter is 1, then the browser will never attempt to revisit any links that caused the browser to initially time out." default="0"> 87 90 1 88 91 </ignore_links_timed_out> 89 <!-- TODO: Update this. -->90 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe">92 <!-- TODO: Update this. --> 93 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 91 94 iexplore.exe 92 95 </process_name> 93 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1">96 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1"> 94 97 -1 95 98 </max_relative_links_to_visit> 96 </IE>99 </IE> 97 100 <FF> 98 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1">101 <max_relative_links_to_visit description="An integer, representing the maximum number of relative links that the browser should visit, before moving onto another website. If negative, then the browser will exhaust all possible relative links found, before moving on. This functionality is best effort; it's possible for the browser to visit new links on previously visited websites." default="-1"> 99 102 5 100 103 </max_relative_links_to_visit> 101 <!-- http://gatekeeper-w.mitre.org:80 -->102 <http_proxy description="Set to your HTTP Proxy if you have one, otherwise set to 'none'">104 <!-- http://gatekeeper-w.mitre.org:80 --> 105 <http_proxy description="Set to your HTTP Proxy if you have one, otherwise set to 'none'"> 103 106 none 104 107 </http_proxy> 105 <ff_exec description="path to the firefox executable (default install path is C:\Program Files\Mozilla Firefox\firefox.exe)">108 <ff_exec description="path to the firefox executable (default install path is C:\Program Files\Mozilla Firefox\firefox.exe)"> 106 109 C:\Program Files\Mozilla Firefox\firefox.exe 107 110 </ff_exec> 108 </FF>111 </FF> 109 112 </Browser> 110 113 <EmailClient> … … 112 115 </Driver> 113 116 <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 114 0117 1 115 118 </perform_integrity_checks> 116 119 <!-- HoneyClient::Agent::Integrity Options --> … … 118 121 <!-- Files which are read in only. --> 119 122 <!-- TODO: Update this. --> 120 <file_checklist description="The file containing the list of files and directories to check during filesystem checking." >121 none123 <file_checklist description="The file containing the list of files and directories to check during filesystem checking." default="none"> 124 etc/file_checklist.txt 122 125 </file_checklist> 123 126 <!-- TODO: Update this. --> 124 <file_exclude description="The file containing the list of files or directories to exclude if found in subdirectories during filesystem checking." >125 /tmp/file_exclude.txt127 <file_exclude description="The file containing the list of files or directories to exclude if found in subdirectories during filesystem checking." default="none"> 128 ../../../etc/file_exclude.txt 126 129 </file_exclude> 127 <!-- TODO: Update this. -->128 <reg_list_to_check description="The file containing the list of registry keys to check.">129 /tmp/reg_list_to_check.txt130 </reg_list_to_check>131 130 <!-- Files which are written out only. --> 132 131 <!-- TODO: Update this. --> … … 140 139 <!-- Files to read and write. --> 141 140 <!-- TODO: Update this. --> 142 <clean_reg description="Stores baseline for the registry. Always appended with a number.">143 clean.reg144 </clean_reg>145 <!-- TODO: Update this. -->146 <current_reg description="Stores the current state of the register to check against the clean state.">147 current.reg148 </current_reg>149 <!-- TODO: Update this. -->150 <diffs description="The file for the diff command to redirect its output to. Always appended with a number.">151 differences.out152 </diffs>153 <!-- TODO: Update this. -->154 141 <test_dir description="If you're testing integrity checks, this is the directory that you can specify to minimize testing time. Only the files in this directory will be part of the integrity check."> 155 142 ../t/testintegrity 156 143 </test_dir> 144 <Registry> 145 <!-- HoneyClient::Agent::Integrity::Registry::Test Options --> 146 <Test> 147 <!-- 148 Note: you should *never* need to change *any* values 149 within this section of the configuration. All contents 150 are *only* used for unit testing. 151 --> 152 <before_registry_file description="The relative path to a (before) sample registry dump, that's used during unit testing." default="t/test_registry/before.reg"> 153 t/test_registry/before.reg 154 </before_registry_file> 155 <after_registry_file description="The relative path to an (after) sample registry dump, that's used during unit testing." default="t/test_registry/after.reg"> 156 t/test_registry/after.reg 157 </after_registry_file> 158 </Test> 159 <Parser> 160 <!-- HoneyClient::Agent::Integrity::Registry::Parser::Test Options --> 161 <Test> 162 <!-- 163 Note: you should *never* need to change *any* values 164 within this section of the configuration. All contents 165 are *only* used for unit testing. 166 --> 167 <registry_file description="The relative path to a sample registry dump, that's used during unit testing." default="t/test_registry/dump.reg"> 168 t/test_registry/dump.reg 169 </registry_file> 170 </Test> 171 </Parser> 172 </Registry> 157 173 </Integrity> 158 174 </Agent> … … 314 330 are *only* used for unit testing. 315 331 --> 316 <!-- TODO: Update this. -->317 332 <test_vm_config description="The relative path to the (empty) test VM, that's used during unit testing." default="t/testVM/winXPPro.vmx"> 318 333 t/testVM/winXPPro.vmx honeyclient/branches/rel/0.9/etc/honeyclient_log.conf
- Property svn:keywords set to Id "$file"
r13 r130 7 7 # modules. 8 8 # 9 # CVS: $Id : honeylog.conf 1099 2006-06-29 22:38:16Z jdurick$9 # CVS: $Id$ 10 10 # 11 11 # @author jdurick, kindlund … … 60 60 61 61 log4perl.rootLogger=INFO, Screen 62 # Suppress Parser Debugging Messages 63 #log4perl.logger.HoneyClient.Agent.Integrity.Registry.Parser=INFO, Screen 62 64 log4perl.appender.Screen=Log::Log4perl::Appender::Screen 63 65 # If you want colorized logging to the screen, enable this line, instead. 64 66 #log4perl.appender.Screen=Log::Log4perl::Appender::ScreenColoredLevels 65 67 log4perl.appender.Screen.stderr=0 66 log4perl.appender.Screen.Threshold= INFO68 log4perl.appender.Screen.Threshold=DEBUG 67 69 log4perl.appender.Screen.layout=Log::Log4perl::Layout::PatternLayout 68 70 log4perl.appender.Screen.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %5p [%M] (%F:%L) - %m%n honeyclient/branches/rel/0.9/etc/inline2test.conf
- Property svn:keywords set to Id "$file"
