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
parent
6c83109422
commit
cd68b10bcf
|
@ -51,7 +51,11 @@ class Metasploit3 < Msf::Exploit::Local
|
||||||
[ 'Windows x64', { 'Arch' => ARCH_X86_64 } ]
|
[ 'Windows x64', { 'Arch' => ARCH_X86_64 } ]
|
||||||
],
|
],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'DisclosureDate'=> "Nov 27 2012",
|
'DefaultOptions' =>
|
||||||
|
{
|
||||||
|
'WfsDelay' => 40,
|
||||||
|
},
|
||||||
|
'DisclosureDate' => "Nov 27 2012",
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
[ 'CVE', '2013-0008' ],
|
[ 'CVE', '2013-0008' ],
|
||||||
|
|
Loading…
Reference in New Issue