Fix ftp and mssql

bug/bundler_fix
James Lee 2014-10-21 11:09:39 -05:00
parent 8b2dcac730
commit 83b1d270cd
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ module Metasploit
module Framework module Framework
module Ftp module Ftp
module Client module Client
extend ActiveSupport::Concern
include Metasploit::Framework::Tcp::Client include Metasploit::Framework::Tcp::Client
# #

View File

@ -5,6 +5,7 @@ module Metasploit
module MSSQL module MSSQL
module Client module Client
extend ActiveSupport::Concern
include Metasploit::Framework::Tcp::Client include Metasploit::Framework::Tcp::Client
NTLM_CRYPT = Rex::Proto::NTLM::Crypt NTLM_CRYPT = Rex::Proto::NTLM::Crypt
@ -725,4 +726,4 @@ module Metasploit
end end
end end
end end