Changeset 53
- Timestamp:
- 11/30/06 03:04:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm
r52 r53 252 252 '\[HKEY_LOCAL_MACHINE\SOFTWARE\\\Microsoft\\\Windows\\\CurrentVersion\\\WindowsUpdate\\\Reporting\\\EventCache\\\.*\]', 253 253 '\[HKEY_LOCAL_MACHINE\SOFTWARE\\\Microsoft\\\Windows\\\CurrentVersion\\\WindowsUpdate\\\Reporting\\\EventCache\\\.+\]', 254 '\[HKEY_CURRENT_USER\\\Software\\\Microsoft\\\Windows\\\CurrentVersion\\\Explorer\\\MountPoints2\\\CPC\\\Volume\]' 254 255 '\[HKEY_CURRENT_USER\\\Software\\\Microsoft\\\Windows\\\CurrentVersion\\\Explorer\\\MountPoints2\\\CPC\\\Volume\\\.*\]' 256 '\[HKEY_USERS\\\S.+\\\Software\\\Microsoft\\\Windows\\\CurrentVersion\\\Explorer\\\MountPoints2\\\CPC\\\Volume\]', 257 '\[HKEY_USERS\\\S.+\\\Software\\\Microsoft\\\Windows\\\CurrentVersion\\\Explorer\\\MountPoints2\\\CPC\\\Volume\\\.*\]', 255 258 ); 256 259 … … 1502 1505 1503 1506 foreach my $exclude_key (@{$self->{reg_exclude_array}}){ 1504 ###print "trying to match $enclosing_key against exclude key $exclude_key\n";1507 print "trying to match $enclosing_key against exclude key $exclude_key\n"; 1505 1508 if($enclosing_key =~ /$exclude_key/){ 1506 ###print "SUCCESS! I'm outta here!\n";1509 print "SUCCESS! I'm outta here!\n"; 1507 1510 return $start_line; 1508 1511 }
