Skip to content

Commit d908050

Browse files
committed
Merge epo_sql fix from neinwechter
Easy, sensible fix -- since report_auth_info uses full_user, print_good should too. [Closes rapid7#1629]
2 parents bbff20f + 096ec9a commit d908050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/credentials/epo_sql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def process_config(filename)
133133
print_good("Domain: #{user_domain}");
134134
full_user = "#{user_domain}\\#{user_name}"
135135
end
136-
print_good("User: #{user_name}")
136+
print_good("User: #{full_user}")
137137
print_good("Password: #{plaintext_passwd}")
138138

139139
if (db_ip)

0 commit comments

Comments
 (0)