Broadcast needs a decent WfsDelay.

Due to the multi railgun changes. Because they return quickly but
the process is still broadcasting them the exploit thinks work has
finished...
bug/bundler_fix
Meatballs 2013-11-23 19:18:13 +00:00
parent 6c83109422
commit cd68b10bcf
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,11 @@ class Metasploit3 < Msf::Exploit::Local
[ 'Windows x64', { 'Arch' => ARCH_X86_64 } ]
],
'DefaultTarget' => 0,
'DisclosureDate'=> "Nov 27 2012",
'DefaultOptions' =>
{
'WfsDelay' => 40,
},
'DisclosureDate' => "Nov 27 2012",
'References' =>
[
[ 'CVE', '2013-0008' ],