diff --git a/modules/post/windows/gather/credentials/coreftp.rb b/modules/post/windows/gather/credentials/coreftp.rb index 75e073d149..753abab438 100644 --- a/modules/post/windows/gather/credentials/coreftp.rb +++ b/modules/post/windows/gather/credentials/coreftp.rb @@ -51,7 +51,7 @@ class Metasploit3 < Msf::Post print_good("Host: #{host} Port: #{port} User: #{user} Password: #{pass}") service_data = { - host: host, + address: host, port: port, service_name: 'ftp', protocol: 'tcp',