Exception: Rex::Proto::SMB::Exceptions::NTLM1MissingChallenge
- Inherits:
-
Error
- Object
- RuntimeError
- Error
- Rex::Proto::SMB::Exceptions::NTLM1MissingChallenge
- Defined in:
- lib/rex/proto/smb/exceptions.rb
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error
Instance Method Details
#to_s ⇒ Object
830 831 832 |
# File 'lib/rex/proto/smb/exceptions.rb', line 830 def to_s "Unable to complete NTLMv1 without a challenge key (use ntlmv2)" end |