Fix a dummy because I can't read

bug/bundler_fix
William Vu 2014-06-12 19:08:49 -05:00
parent 9d89730026
commit 4593c309f5
1 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,9 @@ class Metasploit3 < Msf::Post
session_id: session_db_id,
post_reference_name: self.refname,
username: user,
realm_value: pass,
private_data: pass,
private_type: :password,
realm_value: db,
realm_key: Metasploit::Credential::Realm::Key::POSTGRESQL_DATABASE
}