Skip to content

Commit 4acb29a

Browse files
author
Brent Cook
committed
restore NTLM constant class shortcuts
1 parent 04f8f7a commit 4acb29a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/msf/core/exploit/ntlm.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
require 'rex/proto/ntlm/message'
66
require 'rex/proto/ntlm/utils'
77

8+
NTLM_CONST = ::Rex::Proto::NTLM::Constants
9+
NTLM_CRYPT = ::Rex::Proto::NTLM::Crypt
10+
NTLM_UTILS = ::Rex::Proto::NTLM::Utils
11+
NTLM_BASE = ::Rex::Proto::NTLM::Base
12+
NTLM_MESSAGE = ::Rex::Proto::NTLM::Message
13+
814
module Msf
915

1016
###

0 commit comments

Comments
 (0)