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
unstable
Matt Weeks 2011-01-10 02:21:22 +00:00
parent 1ebdc631b1
commit 2ee44b5da7
1 changed files with 2 additions and 0 deletions

View File

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