Changeset 491
- Timestamp:
- 06/06/07 17:08:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/mbriggs-db/etc/honeyclient.xml
r473 r491 72 72 <!-- TODO: Update this. --> 73 73 <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 74 574 20 75 75 </timeout> 76 76 <Browser> … … 134 134 <Filesystem> 135 135 <directories_to_check description="List of base directories on the filesystem to recursively analyze. Use a regular slash (/) instead of a backslash (\) as a directory separator character."> 136 <!-- <name>C:/</name> --> 137 <name>C:/Temp</name> 136 <name>C:/</name> 138 137 </directories_to_check> 139 138 <exclude_list description="List of regular expressions that match files/directories to exclude from analysis. These entries match files/directories that change normally during the course of driving the target application. As such, they are excluded from analysis in order to reduce false positives. Use a regular slash (/) instead of a backslash (\) as a directory separator character. Never prefix any entry with a carat (^) before the drive letter, such as '^C:/', and never add the regex suffix ($) to the end of an expression, such as 'C:/Temp$'. All comparisons are case-insensitive."> … … 185 184 <Registry> 186 185 <hives_to_check description="List of registry hives to analyze."> 187 < !-- <name>HKEY_LOCAL_MACHINE</name>188 <name>HKEY_CLASSES_ROOT</name> -->186 <name>HKEY_LOCAL_MACHINE</name> 187 <name>HKEY_CLASSES_ROOT</name> 189 188 <name>HKEY_CURRENT_USER</name> 190 < !-- <name>HKEY_USERS</name>191 <name>HKEY_CURRENT_CONFIG</name> -->189 <name>HKEY_USERS</name> 190 <name>HKEY_CURRENT_CONFIG</name> 192 191 </hives_to_check> 193 192 <exclude_list description="List of perl regular expressions, each matching one or more registry key directory names to exclude from analysis. These entries match registry key directories that change normally during the course of driving the target application. As such, they are excluded from analysis in order to reduce false positives. As in normal regular expressions, each backslash (\) must be escaped (\\) and each regex must not end with any backslash character.">
