fix mysql capture store creds

This commit is contained in:
h00die
2018-11-09 18:18:50 -05:00
parent b78e103bc0
commit c31c75c790
+1 -1
View File
@@ -172,7 +172,7 @@ class MetasploitModule < Msf::Auxiliary
port: datastore['SRVPORT'],
service_name: 'mysql_client',
user: info[:username],
pass: hash_line,
password: hash_line,
proof: info[:database] ? info[:database] : hash_line
)