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
Copy file name to clipboardExpand all lines: documentation/modules/auxiliary/scanner/ftp/colorado_ftp_traversal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ While the application is based in java, I was only able to get it to exploit aga
6
6
7
7
[official site](http://cftp.coldcore.com/files/coloradoftp-prime-8.zip?site=cft1&rv=19.1&nc=1) or [github backup](https://github.com/h00die/MSF-Testing-Scripts/raw/master/coloradoftp-prime-8.zip)
8
8
9
-
When installing, you must edit conf/beans.xml line 182 "localIp" to put in your IP or else `pasv` won't work.
9
+
When installing, you must edit conf/beans.xml line 183 "remoteIp" to put in your IP or else `pasv` won't work.
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
@@ -59,51 +60,31 @@ def check_host(ip)
59
60
defrun_host(ip)
60
61
begin
61
62
connect_login
62
-
sock=data_connect
63
+
file_path=datastore['PATH']
64
+
file= ::File.basename(file_path)
63
65
64
-
# additional check per https://github.com/bwatters-r7/metasploit-framework/blob/b44568dd85759a1aa2160a9d41397f2edc30d16f/modules/auxiliary/scanner/ftp/bison_ftp_traversal.rb
0 commit comments