Skip to content

Commit 37efff5

Browse files
committed
Land rapid7#6949, hash fix for filezilla_client_cred
2 parents 600704c + eaaa917 commit 37efff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/filezilla_client_cred.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def report_cred(opts)
120120
origin_type: :session,
121121
private_data: opts[:password],
122122
private_type: :password,
123-
username: opts[:user]
123+
username: opts[:username]
124124
}.merge(service_data)
125125

126126
login_data = {

0 commit comments

Comments
 (0)