Class: Metasploit::Credential::PostgresMD5

Inherits:
ReplayableHash show all
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 =
/md5([a-f0-9]{32})/

Instance Attribute Summary

Attributes inherited from ReplayableHash

#data

Attributes inherited from PasswordHash

#data

Attributes inherited from Private

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

Method Summary

Methods inherited from Private

#to_s