Revert an overzealous search/replace

git-svn-id: file:///home/svn/framework3/trunk@11902 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-03-08 23:31:06 +00:00
parent 5c2abe4dd7
commit c2aede0a59
1 changed files with 5 additions and 5 deletions

View File

@ -674,11 +674,11 @@ module Exploit::Remote::SMBServer
UTILS = ::Rex::Proto::SMB::Utils UTILS = ::Rex::Proto::SMB::Utils
XCEPT = ::Rex::Proto::SMB::Exceptions XCEPT = ::Rex::Proto::SMB::Exceptions
EVADE = ::Rex::Proto::SMB::Evasions EVADE = ::Rex::Proto::SMB::Evasions
NTLM::CONST = ::Rex::Proto::NTLM::Constants NTLM_CONST = ::Rex::Proto::NTLM::Constants
NTLM::CRYPT = ::Rex::Proto::NTLM::Crypt NTLM_CRYPT = ::Rex::Proto::NTLM::Crypt
NTLM::UTILS = ::Rex::Proto::NTLM::Utils NTLM_UTILS = ::Rex::Proto::NTLM::Utils
NTLM::BASE = ::Rex::Proto::NTLM::Base NTLM_BASE = ::Rex::Proto::NTLM::Base
NTLM::MESSAGE = ::Rex::Proto::NTLM::Message NTLM_MESSAGE = ::Rex::Proto::NTLM::Message
def initialize(info = {}) def initialize(info = {})
super super