diff --git a/modules/auxiliary/server/capture/mysql.rb b/modules/auxiliary/server/capture/mysql.rb index e0b43351f8..6f6ed58b99 100644 --- a/modules/auxiliary/server/capture/mysql.rb +++ b/modules/auxiliary/server/capture/mysql.rb @@ -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 )