Skip to content

Commit 83bc32a

Browse files
committed
Remove Exploit::Exe
1 parent 7d6a78b commit 83bc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class Metasploit3 < Msf::Exploit::Remote
1616
# Exploit mixins should be called first
1717
include Msf::Exploit::Remote::SMB::Psexec
1818
include Msf::Exploit::Powershell
19-
include Msf::Exploit::EXE
2019

2120
def initialize(info = {})
2221
super(update_info(info,
@@ -53,6 +52,7 @@ def initialize(info = {})
5352
'DisableNops' => true,
5453
'StackAdjustment' => -3500
5554
},
55+
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
5656
'Platform' => 'win',
5757
'Targets' =>
5858
[

0 commit comments

Comments
 (0)