dkindlund / honeyclient

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

Need browser delay when page finished loading #213

Open dkindlund opened 14 years ago

dkindlund commented 14 years ago

I noticed that the system shuts down and verifies as soon as IE finishes loading the given url. However, this does not allow for full checking of pages with a time dependent javascript redirect (these are used on a number of drive-by malware pages). It will follow meta redirects just fine but closes out before the javascript redirect counter runs. I understand that it is provably impossible to determine if and when javascript will finish running. However, is it possible to set a time to wait for the browser after it thinks it has loaded a page? I assume I can just hack this into my running Perl modules but I was wondering if there was a better way.

Thanks in advance