Exception: Rex::Proto::SMB::Exceptions::NTLM2MissingChallenge

Inherits:
Error
  • Object
show all
Defined in:
lib/rex/proto/smb/exceptions.rb

Instance Method Summary collapse

Methods inherited from Error

#get_error, #initialize

Constructor Details

This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error

Instance Method Details

#to_sObject



836
837
838
# File 'lib/rex/proto/smb/exceptions.rb', line 836

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