removes forgotten line of test code

bug/bundler_fix
Joshua Smith 2015-02-22 15:53:44 -06:00
parent 4c093985db
commit d60cc2765f
1 changed files with 0 additions and 2 deletions

2
msfrpc
View File

@ -84,8 +84,6 @@ rpc = Msf::RPC::Client.new(
)
rpc.login(opts['User'], opts['Pass'])
rpc.call('console.create')
# => "consoles"=>[ {"id"=>"0", "prompt"=>"msf > ", "busy"=>false} ]
puts "[*] The 'rpc' object holds the RPC client interface"
puts "[*] Use rpc.call('group.command') to make RPC calls"