Oh right, msftidy.
parent
3db143c452
commit
f11322b29f
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
require 'json'
|
require 'json'
|
||||||
|
require 'msf/core/payload/firefox'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Post
|
class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
|
@ -62,7 +63,7 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
hiddenWindow[key] = true;
|
hiddenWindow[key] = true;
|
||||||
hiddenWindow.location = "#{datastore['URL']}";
|
hiddenWindow.location = "#{datastore['URL']}";
|
||||||
|
|
||||||
var evt = function() {
|
var evt = function() {
|
||||||
if (hiddenWindow[key]) {
|
if (hiddenWindow[key]) {
|
||||||
setTimeout(evt, 200);
|
setTimeout(evt, 200);
|
||||||
|
|
Loading…
Reference in New Issue