Skip to content

Commit 3c8be9e

Browse files
committed
Just x86
1 parent 7e1b8a1 commit 3c8be9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/local/ntapphelpcachecontrol.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class Metasploit3 < Msf::Exploit::Local
1111

1212
include Exploit::EXE
1313
include Msf::Post::File
14-
include Msf::Post::Windows::Priv
1514
include Msf::Post::Windows::ReflectiveDLLInjection
1615

1716
def initialize(info={})
@@ -42,7 +41,7 @@ def initialize(info={})
4241
],
4342
'Platform' => 'win',
4443
'SessionTypes' => [ 'meterpreter' ],
45-
'Arch' => [ARCH_X86, ARCH_X86_64],
44+
'Arch' => [ARCH_X86],
4645
'DefaultOptions' =>
4746
{
4847
'EXITFUNC' => 'thread',

0 commit comments

Comments
 (0)