ftp: Remove dup IP:PORT in output

This commit is contained in:
g0t mi1k
2026-05-05 13:29:18 +01:00
parent bc5347f464
commit addbc1b646
+1 -1
View File
@@ -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)