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 7d6a78b commit 83bc32aCopy full SHA for 83bc32a
modules/exploits/windows/smb/psexec_psh.rb
@@ -16,7 +16,6 @@ class Metasploit3 < Msf::Exploit::Remote
16
# Exploit mixins should be called first
17
include Msf::Exploit::Remote::SMB::Psexec
18
include Msf::Exploit::Powershell
19
- include Msf::Exploit::EXE
20
21
def initialize(info = {})
22
super(update_info(info,
@@ -53,6 +52,7 @@ def initialize(info = {})
53
52
'DisableNops' => true,
54
'StackAdjustment' => -3500
55
},
+ 'Arch' => [ ARCH_X86, ARCH_X86_64 ],
56
'Platform' => 'win',
57
'Targets' =>
58
[
0 commit comments