fix mysql capture store creds
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user