Land #2091, @wchen-r7's switch from vprint to print_status hashes
commit
3982d7723b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue