Land #4883, Postgres PTH reference

bug/bundler_fix
William Vu 2015-03-05 15:05:27 -06:00
commit 3e81bf073c
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 4 additions and 2 deletions

View File

@ -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
]
))