metasploit-framework/lib/msf/core/rpc
Joshua Drake f09c1c8155 auto-close socket (and set to nil) when errors occur
git-svn-id: file:///home/svn/framework3/trunk@11708 4d416f70-5f16-0410-b530-b9f4589650da
2011-02-04 03:33:37 +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 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
client.rb auto-close socket (and set to nil) when errors occur 2011-02-04 03:33:37 +00:00
console.rb Base64 encode the console output as well 2010-03-11 19:49:39 +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 Make creds visible to RPC and GUI. 2011-01-19 20:09:18 +00:00
job.rb generate job info from available properties in rpc. fixes #2236 2010-07-21 08:57:11 +00:00
module.rb big commit for converting meterpreter scripts to modules, see #3377. also fixes payload tab-completion and 'show payloads' after TARGET has changed 2010-12-27 17:46:42 +00:00
plugin.rb whitespace 2011-01-30 21:41:54 +00:00
service.rb Remove threading, caused slowdowns 2010-10-07 03:57:51 +00:00
session.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00