We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1b8a1 commit 3c8be9eCopy full SHA for 3c8be9e
modules/exploits/windows/local/ntapphelpcachecontrol.rb
@@ -11,7 +11,6 @@ class Metasploit3 < Msf::Exploit::Local
11
12
include Exploit::EXE
13
include Msf::Post::File
14
- include Msf::Post::Windows::Priv
15
include Msf::Post::Windows::ReflectiveDLLInjection
16
17
def initialize(info={})
@@ -42,7 +41,7 @@ def initialize(info={})
42
41
],
43
'Platform' => 'win',
44
'SessionTypes' => [ 'meterpreter' ],
45
- 'Arch' => [ARCH_X86, ARCH_X86_64],
+ 'Arch' => [ARCH_X86],
46
'DefaultOptions' =>
47
{
48
'EXITFUNC' => 'thread',
0 commit comments