Land #2091, @wchen-r7's switch from vprint to print_status hashes

unstable
jvazquez-r7 2013-07-09 21:30:50 -05:00
commit 3982d7723b
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class Metasploit3 < Msf::Auxiliary
print_status("#{rhost}:#{rport} - Recovering Hashes...")
json_info["result"]["resultSet"].each { |result|
vprint_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
print_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
report_auth_info(
:host => rhost,
:port => rport,