Merge epo_sql fix from neinwechter
Easy, sensible fix -- since report_auth_info uses full_user, print_good should too. [Closes #1629]unstable
commit
d908050808
|
@ -133,7 +133,7 @@ class Metasploit3 < Msf::Post
|
||||||
print_good("Domain: #{user_domain}");
|
print_good("Domain: #{user_domain}");
|
||||||
full_user = "#{user_domain}\\#{user_name}"
|
full_user = "#{user_domain}\\#{user_name}"
|
||||||
end
|
end
|
||||||
print_good("User: #{user_name}")
|
print_good("User: #{full_user}")
|
||||||
print_good("Password: #{plaintext_passwd}")
|
print_good("Password: #{plaintext_passwd}")
|
||||||
|
|
||||||
if (db_ip)
|
if (db_ip)
|
||||||
|
|
Loading…
Reference in New Issue