Skip to content

Commit e6de951

Browse files
committed
Fix cisco_firepower_download to pass the username properly
1 parent a4dd1fc commit e6de951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/cisco_firepower_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def do_login(ip)
7676
cgi_sid = res_cookie.scan(/CGISESSID=(\w+);/).flatten.first
7777
vprint_status("CGI Session ID: #{cgi_sid}")
7878
print_good("Authenticated as #{console_user}:#{console_pass}")
79-
report_cred(ip: ip, username: console_user, password: console_pass)
79+
report_cred(ip: ip, user: console_user, password: console_pass)
8080
return cgi_sid
8181
end
8282

0 commit comments

Comments
 (0)