require 'rex/arch'1require 'rex/logging'23include Rex::Arch4include Rex::Logging56module Msf78LogSource = "core"9end1011require 'msf/core/exception' # TODO: temporary require until we can split up the exceptions file and namespace properly12require 'msf/core/constants'13require 'msf_autoload'1415MsfAutoload.instance1617NTLM_CONST ||= ::Rex::Proto::NTLM::Constants18NTLM_CRYPT ||= ::Rex::Proto::NTLM::Crypt19NTLM_UTILS ||= ::Rex::Proto::NTLM::Utils20NTLM_BASE ||= ::Rex::Proto::NTLM::Base21NTLM_MESSAGE ||= ::Rex::Proto::NTLM::Message222324