Oh right, msftidy.

bug/bundler_fix
Joe Vennix 2014-01-13 13:44:34 -06:00
parent 3db143c452
commit f11322b29f
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
require 'msf/core'
require 'json'
require 'msf/core/payload/firefox'
class Metasploit3 < Msf::Post
@ -62,7 +63,7 @@ class Metasploit3 < Msf::Post
hiddenWindow[key] = true;
hiddenWindow.location = "#{datastore['URL']}";
var evt = function() {
if (hiddenWindow[key]) {
setTimeout(evt, 200);