diff --git a/lib/msf/core/exploit/remote/ftp.rb b/lib/msf/core/exploit/remote/ftp.rb index b34c3737d6..8176dcdacd 100644 --- a/lib/msf/core/exploit/remote/ftp.rb +++ b/lib/msf/core/exploit/remote/ftp.rb @@ -50,7 +50,7 @@ module Exploit::Remote::Ftp verbose ||= datastore['FTPDEBUG'] verbose ||= datastore['VERBOSE'] - print_status("Connecting to FTP server #{rhost}:#{rport}...") if verbose + print_status("Connecting to FTP server...") if verbose fd = super(global)