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 c9d231b commit 3870b59Copy full SHA for 3870b59
lib/msf/core/rpc/v10/rpc_db.rb
@@ -542,24 +542,6 @@ def rpc_notes(xopts)
542
}
543
end
544
545
- def rpc_get_auth_info(xopts)
546
- ::ActiveRecord::Base.connection_pool.with_connection {
547
- opts, wspace = init_db_opts_workspace(xopts)
548
- ret = {}
549
- ret[:auth_info] = []
550
- # XXX: This method doesn't exist...
551
- ai = self.framework.db.get_auth_info(opts)
552
- ai.each do |i|
553
- info = {}
554
- i.each do |k,v|
555
- info[k.to_sym] = v
556
- end
557
- ret[:auth_info] << info
558
559
- ret
560
- }
561
562
-
563
def rpc_get_ref(name)
564
::ActiveRecord::Base.connection_pool.with_connection {
565
db_check
0 commit comments