Remove Exploit::Exe

unstable
Meatballs 2013-07-04 11:01:01 +01:00
parent 7d6a78bf1f
commit 83bc32abb4
1 changed files with 1 additions and 1 deletions

View File

@ -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' =>
[ [