class Rex::Proto::SMB::Exceptions::NTLM2MissingChallenge

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 835
def to_s
  "Unable to complete NTLMv2, no challenge key found"
end