Land #4883, Postgres PTH reference
commit
3e81bf073c
|
@ -21,14 +21,16 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Description' => %q{
|
||||
This module attempts to authenticate against a PostgreSQL
|
||||
instance using username and password combinations indicated
|
||||
by the USER_FILE, PASS_FILE, and USERPASS_FILE options.
|
||||
by the USER_FILE, PASS_FILE, and USERPASS_FILE options. Note that
|
||||
passwords may be either plaintext or MD5 formatted hashes.
|
||||
},
|
||||
'Author' => [ 'todb' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
[ 'URL', 'http://www.postgresql.org' ],
|
||||
[ 'CVE', '1999-0502'] # Weak password
|
||||
[ 'CVE', '1999-0502'], # Weak password
|
||||
[ 'URL', 'https://hashcat.net/forum/archive/index.php?thread-4148.html' ] # Pass the Hash
|
||||
]
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue