Skip to content

Commit 4a3dc2e

Browse files
committed
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
1 parent 134063b commit 4a3dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/apache_rave_creds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def run
184184

185185
print_status("#{rhost}:#{rport} - Recovering Hashes...")
186186
json_info["result"]["resultSet"].each { |result|
187-
vprint_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
187+
print_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
188188
report_auth_info(
189189
:host => rhost,
190190
:port => rport,

0 commit comments

Comments
 (0)