Sha256: 252b603d7cf1f24c5ffc548d8c6486321c062df5f816178f6d58a2bc84727482

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

# -*- coding: binary -*-
module Rex
module Proto
module NTLM
module Exceptions

class NTLMMissingChallenge < ::RuntimeError
	def to_s
		"Unable to complete, no challenge key found"
	end
end

end
end
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
librex-0.0.68 lib/rex/proto/ntlm/exceptions.rb
librex-0.0.66 lib/rex/proto/ntlm/exceptions.rb