Sha256: e1fc68f8ebd13e7c140aab598824386ce0cf0b89e57e5bc5216ed52ff856827e
Contents?: true
Size: 449 Bytes
Versions: 123
Compression:
Stored size: 449 Bytes
Contents
# A {Metasploit::Credential::PasswordHash password hash} that can be replayed to authenticate to additional services. class Metasploit::Credential::ReplayableHash < Metasploit::Credential::PasswordHash # # Attributes # # @!attribute data # A password hash that can be sent in place of a {Metasploit::Credential::Password#data password} to authenticate # to a service. # # @return [String] Metasploit::Concern.run(self) end
Version data entries
123 entries across 123 versions & 1 rubygems