More RPC cleanup work

git-svn-id: file:///home/svn/framework3/trunk@12757 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-28 05:17:34 +00:00
parent f126805ea1
commit a78a58b9d0
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class RPC_Auth < RPC_Base
{ "result" => "success" }
end
def rpc_token_generate
token = Rex::Text.rand_text_alphanumeric(32)
db = false

View File

@ -182,7 +182,7 @@ class RPC_Session < RPC_Base
end
def rpc_meterpreter_script( sid, data)
meterpreter_run_single( sid, "run #{data}")
rpc_meterpreter_run_single( sid, "run #{data}")
end
def rpc_compatible_modules( sid)