metasploit-framework/lib/msf/core
James Lee 18ee35149a move script mixin code into Post mixins and include them back in for backwards compatibility
git-svn-id: file:///home/svn/framework3/trunk@11544 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-11 17:53:24 +00:00
..
auxiliary Don't convert the timeout to an integer, it makes 0.1 -> 0 svn status eek. See #3483 2011-01-10 19:42:58 +00:00
encoder See #430. This adds the AllowWin32SEH option to the upper/mixed alphanumeric encoders, providing 100% alphanumeric payloads for Windows platforms 2009-11-08 00:45:51 +00:00
encoding Code cleanups 2008-10-19 21:03:39 +00:00
exploit Don't convert the timeout to an integer, it makes 0.1 -> 0 svn status eek. See #3483 2011-01-10 19:42:58 +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 move script mixin code into Post mixins and include them back in for backwards compatibility 2011-01-11 17:53:24 +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 Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
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 Drops the DBImportError when you import a pcap file that doesn't actually contain any normal Eth::IP hosts. It doesn't add a whole lot or give the user any more information than merely failing to import anything. 2011-01-11 17:35:45 +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 add on_module_complete and on_module_error events 2010-03-16 19:32:54 +00:00
exceptions.rb fix a bug where a failed encoder would try to convert nil to Integer. see #519 2009-11-16 18:57:04 +00:00
exceptions.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
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 Code cleanups 2008-10-19 21:03:39 +00:00
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 Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
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 Code cleanups 2008-10-19 21:03:39 +00:00
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 Code cleanups 2008-10-19 21:03:39 +00:00
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 Fixes #574. Uses compatible_payloads as the initial list for finding a match 2009-11-25 02:24:41 +00:00
plugin.rb Adds a print_debug message handler -- mostly useful during development to easily inspect objects. 2010-02-02 21:03:07 +00:00
plugin_manager.rb Code cleanups 2008-10-19 21:03:39 +00:00
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 Fix other occurrences of on_session_close not taking a second parameter. See #1075 2010-03-11 13:54:10 +00:00
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