Skip to content

Commit 940d045

Browse files
committed
Correctly report rport
1 parent 308b1a3 commit 940d045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/titan_ftp_admin_pwd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run_host(ip)
9090
print_good("#{ip}:#{datastore['RPORT']} - Admin Credentials: '#{info[:username]}:#{info[:password]}'")
9191
report_cred(
9292
ip: ip,
93-
port: 21,
93+
port: datastore['RPORT'],
9494
user: info[:username],
9595
password: info[:password],
9696
service_name: 'ftp'

0 commit comments

Comments
 (0)