dkindlund / honeyclient

MITRE HoneyClient Project
http://www.honeyclient.org
GNU General Public License v2.0
8 stars 4 forks source link

Add Opera Support #64

Open dkindlund opened 14 years ago

dkindlund commented 14 years ago

TODO:

Create HoneyClient::Agent::Driver::Browser::Opera

Document how to get Opera to restart upon hard termination, without kicking back pop-ups every subsequent time the browser reloads (as that's bad from an automation perspective).

The key settings appear to be:

1) Setting Recovery Strategy to "0" in opera:config

2) And editing the C:\Program Files\Opera\operadef6.ini file, adding:

{{{ Show Startup Dialog=0 Show Problem Dialog=0 }}}

in the [User Prefs] section.

dkindlund commented 14 years ago

Author: kindlund

dkindlund commented 14 years ago

Author: xkovah Adding new browser support can't possibly be fully tested by a 1.0 release, so I'm moving this to 1.2 because it's entirely likely that we may simply gain this when we eventually move to capture's c++-based method of opening browsers.