Changeset 636
- Timestamp:
- 07/12/07 16:47:28 (1 year ago)
- Files:
-
- honeyclient/trunk/etc/honeyclient.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/etc/honeyclient.xml
r609 r636 78 78 <!-- TODO: Update this. --> 79 79 <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"> 80 181 </ignore_links_timed_out>80 1 81 </ignore_links_timed_out> 82 82 <!-- TODO: Update this. --> 83 83 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 84 iexplore.exe85 </process_name>84 iexplore.exe 85 </process_name> 86 86 <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"> 87 -187 -1 88 88 </max_relative_links_to_visit> 89 89 <positive_words description="If a link contains any number of these words, then its probability of being visited (its score) will increase."> … … 114 114 <!-- TODO: Update this. --> 115 115 <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"> 116 1117 </ignore_links_timed_out>116 1 117 </ignore_links_timed_out> 118 118 <!-- TODO: Update this. --> 119 119 <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 120 iexplore.exe121 </process_name>120 iexplore.exe 121 </process_name> 122 122 <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"> 123 -1124 </max_relative_links_to_visit>123 -1 124 </max_relative_links_to_visit> 125 125 </IE> 126 126 <FF> 127 127 <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"> 128 5129 </max_relative_links_to_visit>128 5 129 </max_relative_links_to_visit> 130 130 <!-- http://gatekeeper-w.mitre.org:80 --> 131 131 <http_proxy description="Set to your HTTP Proxy if you have one, otherwise set to 'none'"> 132 none133 </http_proxy>132 none 133 </http_proxy> 134 134 <ff_exec description="path to the firefox executable (default install path is C:\Program Files\Mozilla Firefox\firefox.exe)"> 135 C:\Program Files\Mozilla Firefox\firefox.exe136 </ff_exec>135 C:\Program Files\Mozilla Firefox\firefox.exe 136 </ff_exec> 137 137 </FF> 138 138 </Browser> … … 318 318 </Agent> 319 319 <!-- HoneyClient::DB Options --> 320 <DB>321 <enable description="Enables database operations. 1 enables, 0 disables." default="0">322 1323 </enable>324 <host description="The system providing the HoneyClient database. If the database is installed on the same host system as the Manager, then localhost should be used." default="127.0.0.1">320 <DB> 321 <enable description="Enables database operations. 1 enables, 0 disables." default="0"> 322 1 323 </enable> 324 <host description="The system providing the HoneyClient database. If the database is installed on the same host system as the Manager, then localhost should be used." default="127.0.0.1"> 325 325 172.16.164.1 326 </host>327 <dbname description="The name of the HoneyClient database." default="HoneyClient">328 HoneyClient329 </dbname>330 <user description="The username to use, when connecting to the HoneyClient database.">331 honeyclient_user332 </user>333 <pass description="The password to use, when connecting to the HoneyClient database.">326 </host> 327 <dbname description="The name of the HoneyClient database." default="HoneyClient"> 328 HoneyClient 329 </dbname> 330 <user description="The username to use, when connecting to the HoneyClient database."> 331 honeyclient_user 332 </user> 333 <pass description="The password to use, when connecting to the HoneyClient database."> 334 334 honeyclient_password 335 </pass>336 <port description="The default TCP port number used to communicate with the database." default="3306">337 3306338 </port>339 </DB>335 </pass> 336 <port description="The default TCP port number used to communicate with the database." default="3306"> 337 3306 338 </port> 339 </DB> 340 340 <Manager> 341 341 <!-- TODO: Update this. -->
