class Rex::Proto::SMB::Exceptions::NTLM1MissingChallenge

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 829
def to_s
  "Unable to complete NTLMv1 without a challenge key (use ntlmv2)"
end