From 4a3dc2e3659ab84bbf18a6828ddcb473e13169a3 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Tue, 9 Jul 2013 19:56:44 -0500 Subject: [PATCH] Print all the creds! All your base belong to me. After a short discussion with Tod, we think it's best to print the creds by default. If some dude runs Metasploit in a public place, dumps passwords, and gets shoulder surfed, well, sucks for them :-p --- modules/auxiliary/gather/apache_rave_creds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/gather/apache_rave_creds.rb b/modules/auxiliary/gather/apache_rave_creds.rb index 425270da3d..5e3fbb3da5 100644 --- a/modules/auxiliary/gather/apache_rave_creds.rb +++ b/modules/auxiliary/gather/apache_rave_creds.rb @@ -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,