Class: Metasploit::Credential::ReplayableHash
- Inherits:
-
PasswordHash
- Object
- ApplicationRecord
- Private
- PasswordHash
- Metasploit::Credential::ReplayableHash
- 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
Instance Attribute Summary collapse
-
#data ⇒ String
A password hash that can be sent in place of a password to authenticate to a service.
Attributes inherited from Private
#cores, #created_at, #id, #type, #updated_at
Method Summary
Methods inherited from Private
Instance Attribute Details
#data ⇒ String
A password hash that can be sent in place of a password to authenticate to a service.
13 |
# File 'app/models/metasploit/credential/replayable_hash.rb', line 13 Metasploit::Concern.run(self) |