1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-16 01:21:15 +02:00

Expose tokens/users so other plugins can add additional RPC methods.

git-svn-id: file:///home/svn/framework3/trunk@11528 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Weeks 2011-01-10 02:21:22 +00:00
parent 1ebdc631b1
commit 2ee44b5da7

View File

@ -179,6 +179,8 @@ class Plugin::XMLRPC < Msf::Plugin
#
attr_accessor :server
attr_accessor :thread
attr_accessor :users
attr_accessor :tokens
end