diff --git a/lib/msf/core/exploit/smb/authenticated.rb b/lib/msf/core/exploit/smb/authenticated.rb index f4919b71ff..9854d32311 100644 --- a/lib/msf/core/exploit/smb/authenticated.rb +++ b/lib/msf/core/exploit/smb/authenticated.rb @@ -6,7 +6,7 @@ module Msf # Included when the module needs credentials to function module Exploit::Remote::SMB::Authenticated - include Msf::Exploit::Remote::SMB + include Msf::Exploit::Remote::SMB::Client def initialize(info = {}) super diff --git a/lib/msf/core/exploit/smb/client.rb b/lib/msf/core/exploit/smb/client.rb index 9dddddf6ee..2e801d7934 100644 --- a/lib/msf/core/exploit/smb/client.rb +++ b/lib/msf/core/exploit/smb/client.rb @@ -15,7 +15,7 @@ module Msf # ### -module Exploit::Remote::SMB +module Exploit::Remote::SMB::Client include Exploit::Remote::Tcp include Exploit::Remote::NTLM::Client