Changeset 698

Show
Ignore:
Timestamp:
07/19/07 15:15:39 (1 year ago)
Author:
kindlund
Message:

Cleaned up browser-specific configuration options.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/etc/honeyclient.xml

    r696 r698  
    121121                </negative_words> 
    122122                <IE> 
    123                     <!-- HoneyClient::Agent::Driver::IE Options --> 
     123                    <!-- HoneyClient::Agent::Driver::Browser::IE Options --> 
    124124                    <!-- TODO: Update this. --> 
    125                     <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"> 
    126                         1 
    127                     </ignore_links_timed_out> 
    128                     <!-- TODO: Update this. --> 
    129                     <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 
    130                         iexplore.exe 
    131                     </process_name> 
    132                     <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"> 
    133                         -1 
    134                     </max_relative_links_to_visit> 
     125                    <process_exec description="The absolute path to the Internet Explorer application process, as it sits in the VM filesystem." default="C:\Program Files\Internet Explorer\iexplore.exe"> 
     126                        C:\Program Files\Internet Explorer\iexplore.exe 
     127                    </process_exec> 
    135128                </IE> 
    136129                <FF> 
    137                     <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"> 
    138                         5 
    139                     </max_relative_links_to_visit> 
    140                     <!-- http://gatekeeper-w.mitre.org:80 --> 
    141                     <http_proxy description="Set to your HTTP Proxy if you have one, otherwise set to 'none'"> 
    142                         none 
    143                     </http_proxy> 
    144                     <ff_exec description="path to the firefox executable (default install path is C:\Program Files\Mozilla Firefox\firefox.exe)"> 
     130                    <!-- HoneyClient::Agent::Driver::Browser::FF Options --> 
     131                    <process_exec description="The absolute path to the Mozilla Firefox application process, as it sits in the VM filesystem." default="C:\Program Files\Mozilla Firefox\firefox.exe"> 
    145132                        C:\Program Files\Mozilla Firefox\firefox.exe 
    146                     </ff_exec> 
     133                    </process_exec> 
    147134                </FF> 
    148135            </Browser>