Class: Metasploit::Credential::ReplayableHash

Inherits:
PasswordHash show all
Defined in:
app/models/metasploit/credential/replayable_hash.rb

Overview

A password hash that can be replayed to authenticate to additional services.

Direct Known Subclasses

NTLMHash

Instance Attribute Summary collapse

Attributes inherited from Private

#cores, #created_at, #id, #type, #updated_at

Method Summary

Methods inherited from Private

#to_s

Instance Attribute Details

#dataString

A password hash that can be sent in place of a password to authenticate to a service.

Returns:

  • (String)


13
# File 'app/models/metasploit/credential/replayable_hash.rb', line 13

Metasploit::Concern.run(self)