class Rex::Proto::NTLM::Exceptions::NTLMMissingChallenge

Public Instance Methods

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