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 d05cae5 + b7b0066 commit 4c1558bCopy full SHA for 4c1558b
lib/msf/core/auxiliary/report.rb
@@ -169,7 +169,7 @@ def report_note(opts={})
169
# @option opts [String] :user The username for the cred
170
# @option opts [String] :pass The private part of the credential (e.g. password)
171
def report_auth_info(opts={})
172
- print_error "*** #{self.fullname} is still calling the deprecated report_auth_info method! This needs to be updated!"
+ print_warning("*** #{self.fullname} is still calling the deprecated report_auth_info method! This needs to be updated!")
173
return if not db
174
raise ArgumentError.new("Missing required option :host") if opts[:host].nil?
175
raise ArgumentError.new("Missing required option :port") if (opts[:port].nil? and opts[:service].nil?)
0 commit comments