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.
1 parent db8f260 commit fc91244Copy full SHA for fc91244
lib/msf/core/auxiliary/report.rb
@@ -139,6 +139,7 @@ def report_note(opts={})
139
# @option opts [String] :user The username for the cred
140
# @option opts [String] :pass The private part of the credential (e.g. password)
141
def report_auth_info(opts={})
142
+ print_error "*** #{self.fullname} is still calling the deprecated report_auth_info method! This needs to be updated!"
143
return if not db
144
raise ArgumentError.new("Missing required option :host") if opts[:host].nil?
145
raise ArgumentError.new("Missing required option :port") if (opts[:port].nil? and opts[:service].nil?)
0 commit comments