metasploit-framework/lib/msf/core/rpc
HD Moore 26fe5f2c9f Detailed logging when something goes wonky
git-svn-id: file:///home/svn/framework3/trunk@12622 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-15 19:25:09 +00:00
..
auth.rb This patch introduces a really basic RPC service. It is still a long way from its final version 2008-12-02 22:09:34 +00:00
base.rb This adds a basic RPC server that operates over HTTP and uses MessagePack. The client/server wrappers are still being finalized. MessagePack libraries are avavailable for all major languages ( http://msgpack.org/ ) and this implementation is ridiculous fast and binary safe, relative to XMLRPC. 2011-05-14 18:38:44 +00:00
client.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
client_msgpack.rb Detailed logging when something goes wonky 2011-05-15 19:25:09 +00:00
console.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
core.rb put the stop command in core instead of base and default the extra argument to nil. this should allow a cleaner exit without breaking existing code (i hope). see #2247 (again) and also fixes #1010 2010-07-21 22:37:26 +00:00
db.rb Treat timestamps as integers in all RPC calls. This fixes a inconsistency between methods (string vs DateTime object) and standardizing on Unix time stamps results in wider RPC transport support 2011-05-15 18:24:52 +00:00
job.rb Treat timestamps as integers in all RPC calls. This fixes a inconsistency between methods (string vs DateTime object) and standardizing on Unix time stamps results in wider RPC transport support 2011-05-15 18:24:52 +00:00
module.rb fix a pasto and simplify the return value 2011-02-23 04:28:11 +00:00
plugin.rb whitespace 2011-01-30 21:41:54 +00:00
service.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
service_msgpack.rb Detailed logging when something goes wonky 2011-05-15 19:25:09 +00:00
session.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00