Skip to content

Commit 3982d77

Browse files
author
jvazquez-r7
committed
Land rapid7#2091, @wchen-r7's switch from vprint to print_status hashes
2 parents 134063b + 4a3dc2e commit 3982d77

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)