Changeset 22
- Timestamp:
- 11/28/06 15:50:32 (2 years ago)
- Files:
-
- honeyclient/branches/bug/42/bin/StartManager.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/bin/StartManager.pl
r13 r22 20 20 my $agentState = HoneyClient::Manager->run( 21 21 driver => 'IE', # Change to 'IE' or 'FF' 22 master_vm_config => '/vm/Agent.Master- 2/winXPPro.cfg',22 master_vm_config => '/vm/Agent.Master-3/winXPPro.cfg', 23 23 agent_state => encode_base64(nfreeze({ 24 24 IE => { # Change to 'IE' or 'FF' … … 26 26 # Enable this line, if you want to only go to the 27 27 # first 5 links for each domain. 28 #max_relative_links_to_visit => 5,28 max_relative_links_to_visit => 5, 29 29 }, 30 30 })),
