Show
Ignore:
Timestamp:
06/25/08 14:37:34 (5 months ago)
Author:
kindlund
Message:

Last update of test script. Going to freeze further development, since STRACE support seems to yield unpredicatable BSO
DS and application crashes (Dr. Watson logs). If development is continued further, then we'd need to update the VM::Clo
ne object to support the new 'work_status' field (i.e., completed, timed_out).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-strace/auto_drive.pl

    r1623 r1640  
    2525  # Drive HoneyClient::Agent::Driver::Browser::IE to a website. 
    2626  $som = $stub->drive(driver_name => "HoneyClient::Agent::Driver::Browser::IE", 
    27                       parameters  => encode_base64("http://www.microsoft.com")); 
     27                      parameters  => encode_base64("http://www.google.com")); 
    2828 
    2929  # Check the result to see if any compromise was found.