Revert an overzealous search/replace
git-svn-id: file:///home/svn/framework3/trunk@11902 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5c2abe4dd7
commit
c2aede0a59
|
@ -674,11 +674,11 @@ module Exploit::Remote::SMBServer
|
|||
UTILS = ::Rex::Proto::SMB::Utils
|
||||
XCEPT = ::Rex::Proto::SMB::Exceptions
|
||||
EVADE = ::Rex::Proto::SMB::Evasions
|
||||
NTLM::CONST = ::Rex::Proto::NTLM::Constants
|
||||
NTLM::CRYPT = ::Rex::Proto::NTLM::Crypt
|
||||
NTLM::UTILS = ::Rex::Proto::NTLM::Utils
|
||||
NTLM::BASE = ::Rex::Proto::NTLM::Base
|
||||
NTLM::MESSAGE = ::Rex::Proto::NTLM::Message
|
||||
NTLM_CONST = ::Rex::Proto::NTLM::Constants
|
||||
NTLM_CRYPT = ::Rex::Proto::NTLM::Crypt
|
||||
NTLM_UTILS = ::Rex::Proto::NTLM::Utils
|
||||
NTLM_BASE = ::Rex::Proto::NTLM::Base
|
||||
NTLM_MESSAGE = ::Rex::Proto::NTLM::Message
|
||||
|
||||
def initialize(info = {})
|
||||
super
|
||||
|
|
Loading…
Reference in New Issue