metasploit-framework/lib/msf/core
HD Moore 732a1f3993 Skip empty vulnerability names
git-svn-id: file:///home/svn/framework3/trunk@12503 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-02 05:20:07 +00:00
..
auxiliary make sure telnet sessions use crlf for write() as well as put() 2011-05-01 23:56:57 +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 add another require 2011-05-02 03:40:34 +00:00
handler Major cleanups to the session manager, serialized processing of incoming connections, concurrent processing (up to a max scheduler thread count) of meterpreter initialization/scripts. This is to avoid a potential deadlock in openssl and ensure consistent, reliable session staging. This commit also fixes a bug that would mark database sessions as closed too early. 2011-04-30 18:51:50 +00:00
model A few more tweaks to non-blocking ssl mode 2011-04-30 10:24:52 +00:00
module Fixed author name in modules for myself. 2011-04-11 02:25:36 +00:00
payload remove crufty require 2011-05-02 01:35:21 +00:00
post Add support to scripts for Meterpreter Accounts Mixin and add new method is_system? for checking if sessions is running as SYSTEM, uses SID so as at to ensure compatibility with multiple language versions of windows. 2011-03-16 22:44:36 +00:00
rpc Officially remove sqlite3 support (its been deprecated for approximately a year). SQLite3 has not been usable for a long time due to thread concurrency and stability issues. This is the final nail in the coffin now that the DB backend has gone through an overhaul. 2011-04-29 17:22:53 +00:00
session Create a dedicated db table to track sessions & session events. 2011-04-07 21:59:32 +00:00
auxiliary.rb add support for actions in post modules. fixes #3965~ 2011-03-17 05:39:30 +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 Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration 2011-04-30 04:59:27 +00:00
db.rb Skip empty vulnerability names 2011-05-02 05:20:07 +00:00
db_export.rb Create a dedicated db table to track sessions & session events. 2011-04-07 21:59:32 +00:00
db_manager.rb Officially remove sqlite3 support (its been deprecated for approximately a year). SQLite3 has not been usable for a long time due to thread concurrency and stability issues. This is the final nail in the coffin now that the DB backend has gone through an overhaul. 2011-04-29 17:22:53 +00:00
db_objects.rb Officially remove sqlite3 support (its been deprecated for approximately a year). SQLite3 has not been usable for a long time due to thread concurrency and stability issues. This is the final nail in the coffin now that the DB backend has gone through an overhaul. 2011-04-29 17:22:53 +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 Fixes #3988. Adds a command execution module for PostgreSQL by uploading a UDF library and adding sys_exec() as a temporary function. Requires the target to be Windows, uses Bernardo Damele A. G.'s binaries. 2011-03-23 19:36:07 +00:00
exploit.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
exploit_driver.rb Associate the replicant exploit instance with the replicant payload, otherwise the wrong exploit instance will be used by the payload handler. Fixes #4004. 2011-03-22 03:19:56 +00:00
framework.rb add a require 2011-05-02 03:40:03 +00:00
handler.rb Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
model.rb add a routes table; delete each comm's routes when flushing 2011-04-20 17:49:27 +00:00
module.rb make modules' class.inspect useful. this has bugged me for *years* 2011-04-28 16:50:57 +00:00
module_manager.rb Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration 2011-04-30 04:59:27 +00:00
nop.rb Code cleanups 2008-10-19 21:03:39 +00:00
option_container.rb Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration 2011-04-30 04:59:27 +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 check for a ancestors instead of a straight comparison of classes when matching payloads for generics, fixes #3477 2011-01-17 17:15:43 +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 actions in post modules. fixes #3965~ 2011-03-17 05:39:30 +00:00
rpc.rb Add plugin support to rpc. Fixes #2292 2010-08-28 18:21:17 +00:00
session.rb This patch changes how VNC sessions are handled, making them a now-unique type that is not registered in the normal sense. This works around a corner case due to recent session work. 2011-04-18 20:07:53 +00:00
session_manager.rb Major cleanups to the session manager, serialized processing of incoming connections, concurrent processing (up to a max scheduler thread count) of meterpreter initialization/scripts. This is to avoid a potential deadlock in openssl and ensure consistent, reliable session staging. This commit also fixes a bug that would mark database sessions as closed too early. 2011-04-30 18:51:50 +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 Create a dedicated db table to track sessions & session events. 2011-04-07 21:59:32 +00:00
thread_manager.rb Create a dedicated db table to track sessions & session events. 2011-04-07 21:59:32 +00:00