We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 134063b + 4a3dc2e commit 3982d77Copy full SHA for 3982d77
modules/auxiliary/gather/apache_rave_creds.rb
@@ -184,7 +184,7 @@ def run
184
185
print_status("#{rhost}:#{rport} - Recovering Hashes...")
186
json_info["result"]["resultSet"].each { |result|
187
- vprint_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
+ print_good("#{rhost}:#{rport} - Found cred: #{result["username"]}:#{result["password"]}")
188
report_auth_info(
189
:host => rhost,
190
:port => rport,
0 commit comments