Skip to content

Commit 7cb82f5

Browse files
committed
Add ftp port for service
1 parent 3ffe006 commit 7cb82f5

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
@@ -91,7 +91,7 @@ def run_host(ip)
9191
print_good("#{ip}:#{datastore['RPORT']} - Admin Credentials: '#{info[:username]}:#{info[:password]}'")
9292
report_cred(
9393
ip: ip,
94-
port: datastore['RPORT'],
94+
port: 21,
9595
user: info[:username],
9696
password: info[:password],
9797
service_name: 'ftp'

0 commit comments

Comments
 (0)