metasploit-framework/lib/msf/core
HD Moore e776697f38 Fixes #3466 by detecting a second null handle and breaking the loop (happens with likewise servers)
git-svn-id: file:///home/svn/framework3/trunk@11508 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-07 19:51:59 +00:00
..
auxiliary Recognize RO vs RW strings 2010-12-14 20:52:48 +00:00
encoder
encoding
exploit Fixes #3466 by detecting a second null handle and breaking the loop (happens with likewise servers) 2011-01-07 19:51:59 +00:00
handler Minor improvements and corner case bug fixes to session handling. This fixes issues that can come up when a stream is shut down 2010-12-18 03:00:26 +00:00
model replace exe_lhost with the more generic payload_lhost 2011-01-04 01:13:03 +00:00
module add java as a regular platform 2010-07-11 19:46:55 +00:00
payload add EncodedPayload#encoded_exe, encoded_jar, and encoded_war. simplifies exploits that need java and native payloads. see #406 and #3009 2010-11-11 23:01:35 +00:00
post missed file, makes post/hashdump work again 2010-12-27 18:11:43 +00:00
rpc 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
session
auxiliary.rb Improvements to the cleanup process, close sockets properly for exploits and auxiliary 2010-05-01 16:26:24 +00:00
constants.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
data_store.rb Fix module.replicant(), closes #2252 2010-07-14 17:06:12 +00:00
db.rb handle nessus xml files w/o a leading <xml> tag -- resolves #3369 2010-12-28 22:07:41 +00:00
db_export.rb See #3104. Make exporting/importing funny characters more convenient. Export inactive credentials by default. 2010-11-02 22:11:45 +00:00
db_manager.rb Remove unsupported msfweb interface. (fixes #503) 2010-10-14 18:45:16 +00:00
db_objects.rb Fixes #1915. Only clear the connection pool if it exists 2010-05-14 15:55:01 +00:00
encoded_payload.rb try the payload's arch/platform if we don't have an associated exploit 2010-11-23 20:37:32 +00:00
encoder.rb rename/clarify PrintfUtil encoder, fixes #2308 2010-10-18 15:41:13 +00:00
event_dispatcher.rb
exceptions.rb
exceptions.rb.ut.rb
exploit.rb add EncodedPayload#encoded_exe, encoded_jar, and encoded_war. simplifies exploits that need java and native payloads. see #406 and #3009 2010-11-11 23:01:35 +00:00
exploit.rb.ut.rb
exploit_driver.rb remove wait when DisablePayloadHandler was set 2010-12-13 23:34:43 +00:00
framework.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
handler.rb
model.rb Adds the imported_creds table. 2010-11-06 01:01:20 +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
module_manager.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
nop.rb
option_container.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
option_container.rb.ut.rb
payload.rb Continue processing even if the exploit's on_new_session override triggers an exception 2010-09-21 03:05:55 +00:00
payload_set.rb
plugin.rb
plugin_manager.rb
post.rb add support for running post modules from the meterpreter prompt. options are set in the same way as the -o arg to run, e.g. run post/escalate/bypassuac LHOST=192.168.0.1 2011-01-06 21:28:00 +00:00
rpc.rb Add plugin support to rpc. Fixes #2292 2010-08-28 18:21:17 +00:00
session.rb Fixes #3027, a set of bugs introduced during the meterpreter posix work. 2010-10-21 04:43:54 +00:00
session_manager.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
session_manager.rb.ut.rb
task_manager.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
thread_manager.rb Raise thread errors instead of eating them 2010-11-13 06:22:40 +00:00