Fix namespaces

bug/bundler_fix
jvazquez-r7 2015-02-13 17:05:46 -06:00
parent f1ab7ed343
commit 067aadf3a4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@ module Msf
#
###
module Exploit::Remote::SMB
module Exploit::Remote::SMB::Client
include Exploit::Remote::Tcp
include Exploit::Remote::NTLM::Client