Remove Exploit::Exe
parent
7d6a78bf1f
commit
83bc32abb4
|
@ -16,7 +16,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
# Exploit mixins should be called first
|
# Exploit mixins should be called first
|
||||||
include Msf::Exploit::Remote::SMB::Psexec
|
include Msf::Exploit::Remote::SMB::Psexec
|
||||||
include Msf::Exploit::Powershell
|
include Msf::Exploit::Powershell
|
||||||
include Msf::Exploit::EXE
|
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
|
@ -53,6 +52,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'DisableNops' => true,
|
'DisableNops' => true,
|
||||||
'StackAdjustment' => -3500
|
'StackAdjustment' => -3500
|
||||||
},
|
},
|
||||||
|
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
|
||||||
'Platform' => 'win',
|
'Platform' => 'win',
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue