Changeset 636

Show
Ignore:
Timestamp:
07/12/07 16:47:28 (1 year ago)
Author:
kindlund
Message:

Cleaned up config file formatting.

Files:

Legend:

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

    r609 r636  
    7878                <!-- TODO: Update this. --> 
    7979                <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                    1 
    81                </ignore_links_timed_out> 
     80                    1 
     81                </ignore_links_timed_out> 
    8282                <!-- TODO: Update this. --> 
    8383                <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 
    84                    iexplore.exe 
    85                </process_name> 
     84                    iexplore.exe 
     85                </process_name> 
    8686                <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                    -1 
     87                    -1 
    8888                </max_relative_links_to_visit> 
    8989                <positive_words description="If a link contains any number of these words, then its probability of being visited (its score) will increase."> 
     
    114114                    <!-- TODO: Update this. --> 
    115115                    <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                        1 
    117                    </ignore_links_timed_out> 
     116                        1 
     117                    </ignore_links_timed_out> 
    118118                    <!-- TODO: Update this. --> 
    119119                    <process_name description="The name of the Internet Explorer application process, as it appears in the Task Manager." default="iexplore.exe"> 
    120                        iexplore.exe 
    121                    </process_name> 
     120                        iexplore.exe 
     121                    </process_name> 
    122122                    <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                        -1 
    124                    </max_relative_links_to_visit> 
     123                        -1 
     124                    </max_relative_links_to_visit> 
    125125                </IE> 
    126126                <FF> 
    127127                    <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                        5 
    129                    </max_relative_links_to_visit> 
     128                        5 
     129                    </max_relative_links_to_visit> 
    130130                    <!-- http://gatekeeper-w.mitre.org:80 --> 
    131131                    <http_proxy description="Set to your HTTP Proxy if you have one, otherwise set to 'none'"> 
    132                        none 
    133                    </http_proxy> 
     132                        none 
     133                    </http_proxy> 
    134134                    <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.exe 
    136                    </ff_exec> 
     135                        C:\Program Files\Mozilla Firefox\firefox.exe 
     136                    </ff_exec> 
    137137                </FF> 
    138138            </Browser> 
     
    318318    </Agent> 
    319319    <!-- HoneyClient::DB Options --> 
    320    <DB> 
    321        <enable description="Enables database operations. 1 enables, 0 disables." default="0"> 
    322            
    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"> 
     320    <DB> 
     321        <enable description="Enables database operations. 1 enables, 0 disables." default="0"> 
     322           
     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"> 
    325325            172.16.164.1 
    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."> 
     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."> 
    334334            honeyclient_password  
    335        </pass> 
    336        <port description="The default TCP port number used to communicate with the database." default="3306"> 
    337            3306 
    338        </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> 
    340340    <Manager> 
    341341        <!-- TODO: Update this. -->