Exception: Rex::Proto::NTLM::Exceptions::NTLMMissingChallenge

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rex/proto/ntlm/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



8
9
10
# File 'lib/rex/proto/ntlm/exceptions.rb', line 8

def to_s
  "Unable to complete, no challenge key found"
end