Show
Ignore:
Timestamp:
12/19/06 15:36:25 (2 years ago)
Author:
kindlund
Message:

Added additional registry key to exclude.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/bin/StartManager.pl

    r122 r128  
    2222my $agentState = HoneyClient::Manager->run( 
    2323                    driver           => 'IE', # Change to 'IE' or 'FF' 
    24                     master_vm_config => '/vm/Agent.Master-3/winXPPro.cfg', 
     24                    master_vm_config => '/vm/Agent.Master-7/winXPPro.cfg', 
    2525                    agent_state      => encode_base64(nfreeze({ 
    2626                        IE => { # Change to 'IE' or 'FF' 
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity/Registry.pm

    r126 r128  
    399399        '^HKEY_LOCAL_MACHINE\\\SYSTEM\\\CurrentControlSet\\\Services\\\Dhcp\\\Parameters.*$', 
    400400        '^HKEY_LOCAL_MACHINE\\\SYSTEM\\\CurrentControlSet\\\Services\\\Eventlog\\\Application\\\ESENT.*$', 
     401        '^HKEY_LOCAL_MACHINE\\\SYSTEM\\\CurrentControlSet\\\Services\\\SharedAccess\\\Epoch$', 
    401402        '^HKEY_LOCAL_MACHINE\\\SYSTEM\\\CurrentControlSet\\\Services\\\Tcpip\\\Parameters\\\Interfaces\\\.*$', 
    402403        '^HKEY_LOCAL_MACHINE\\\SYSTEM\\\CurrentControlSet\\\Services\\\.+\\\Parameters\\\Tcpip.*$',