Move arch out of target
parent
036a6089eb
commit
ef990223d5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue