Move arch out of target

bug/bundler_fix
jvazquez-r7 2015-02-21 01:10:35 -06:00
parent 036a6089eb
commit ef990223d5
1 changed files with 2 additions and 5 deletions

View File

@ -55,6 +55,7 @@ class Metasploit3 < Msf::Exploit::Remote
'EXITFUNC' => 'thread'
},
'Platform' => 'win',
'Arch' => ARCH_X86,
'BrowserRequirements' =>
{
:source => /script|headers/i,
@ -64,11 +65,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'Targets' =>
[
[ 'Windows x86/x64',
{
'arch' => ARCH_X86
}
]
[ 'Windows x86/x64', {} ]
],
'Privileged' => false,
'DisclosureDate' => "Mar 12 2013",