You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if/Welcome to ColoradoFTP - the open source FTP server \(www\.coldcore\.com\)/i === banner
50
-
returnExploit::CheckCode::Appears
51
+
returnExploit::CheckCode::Detected
51
52
end
52
53
ensure
53
54
disconnect
@@ -58,7 +59,8 @@ def check_host(ip)
58
59
59
60
defrun_host(ip)
60
61
begin
61
-
connect_login
62
+
c=connect_login
63
+
returnunlessc
62
64
sock=data_connect
63
65
64
66
# additional check per https://github.com/bwatters-r7/metasploit-framework/blob/b44568dd85759a1aa2160a9d41397f2edc30d16f/modules/auxiliary/scanner/ftp/bison_ftp_traversal.rb
0 commit comments