Class: Metasploit::Credential::PostgresMD5
- Inherits:
-
ReplayableHash
- Object
- ApplicationRecord
- Private
- PasswordHash
- ReplayableHash
- Metasploit::Credential::PostgresMD5
- Defined in:
- app/models/metasploit/credential/postgres_md5.rb
Overview
A password hash that can be replayed to authenticate to PostgreSQL servers. It is composed of a hexadecimal string of 32 charachters prepended by the string ‘md5’
Constant Summary collapse
- DATA_REGEXP =
Valid format for Metasploit::Credential::Private#data
/md5([a-f0-9]{32})/
Instance Attribute Summary
Attributes inherited from ReplayableHash
Attributes inherited from PasswordHash
Attributes inherited from Private
#cores, #created_at, #data, #id, #type, #updated_at