Skip to content

Commit 00258a4

Browse files
committed
Land rapid7#7351, restore NTLM constant class shortcuts
2 parents e0ff885 + 2ec87d1 commit 00258a4

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)