Skip to content

Commit ef99022

Browse files
committed
Move arch out of target
1 parent 036a608 commit ef99022

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/exploits/windows/browser/ms13_022_silverlight_script_object.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def initialize(info={})
5555
'EXITFUNC' => 'thread'
5656
},
5757
'Platform' => 'win',
58+
'Arch' => ARCH_X86,
5859
'BrowserRequirements' =>
5960
{
6061
:source => /script|headers/i,
@@ -64,11 +65,7 @@ def initialize(info={})
6465
},
6566
'Targets' =>
6667
[
67-
[ 'Windows x86/x64',
68-
{
69-
'arch' => ARCH_X86
70-
}
71-
]
68+
[ 'Windows x86/x64', {} ]
7269
],
7370
'Privileged' => false,
7471
'DisclosureDate' => "Mar 12 2013",

0 commit comments

Comments
 (0)