Land #3363, Workstation Length Auth Bug
commit
eeae071468
|
@ -480,7 +480,7 @@ class Client
|
||||||
opts['headers']||= {}
|
opts['headers']||= {}
|
||||||
|
|
||||||
ntlmssp_flags = ::Rex::Proto::NTLM::Utils.make_ntlm_flags(ntlm_options)
|
ntlmssp_flags = ::Rex::Proto::NTLM::Utils.make_ntlm_flags(ntlm_options)
|
||||||
workstation_name = Rex::Text.rand_text_alpha(rand(8)+1)
|
workstation_name = Rex::Text.rand_text_alpha(rand(8)+6)
|
||||||
domain_name = self.config['domain']
|
domain_name = self.config['domain']
|
||||||
|
|
||||||
b64_blob = Rex::Text::encode_base64(
|
b64_blob = Rex::Text::encode_base64(
|
||||||
|
|
Loading…
Reference in New Issue