Land #4883, Postgres PTH reference
commit
3e81bf073c
|
@ -21,14 +21,16 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module attempts to authenticate against a PostgreSQL
|
This module attempts to authenticate against a PostgreSQL
|
||||||
instance using username and password combinations indicated
|
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' ],
|
'Author' => [ 'todb' ],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
[ 'URL', 'http://www.postgresql.org' ],
|
[ '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