From c31c75c790c44c582ea59cd2af2c6913dc5dc05b Mon Sep 17 00:00:00 2001 From: h00die Date: Fri, 9 Nov 2018 18:18:50 -0500 Subject: [PATCH] fix mysql capture store creds --- modules/auxiliary/server/capture/mysql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )