metasploit-framework/lib/msf/core
Joshua Drake bd1eeb3722 rework to_jsp_war a bit, fix uses, default msfencode -t war to x86/win32
git-svn-id: file:///home/svn/framework3/trunk@10397 4d416f70-5f16-0410-b530-b9f4589650da
2010-09-20 15:59:46 +00:00
..
auxiliary make sure we read the whole file 2010-09-03 23:00:28 +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 rename generate_exe -> generate_payload_exe 2010-09-20 04:37:25 +00:00
handler adjust https handler status message 2010-07-20 00:17:58 +00:00
model many-to-many switch 2010-09-17 21:05:11 +00:00
module add java as a regular platform 2010-07-11 19:46:55 +00:00
payload ugh, i'm bouncing between too many languages, this syntax doesn't even work in php. fixes #2495 2010-09-05 16:13:17 +00:00
rpc rework to_jsp_war a bit, fix uses, default msfencode -t war to x86/win32 2010-09-20 15:59:46 +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 Additional operating systems, changing the case of Mac OS X 2010-02-14 15:04:39 +00:00
data_store.rb Fix module.replicant(), closes #2252 2010-07-14 17:06:12 +00:00
db.rb typo fix 2010-09-19 23:22:32 +00:00
db_manager.rb add -n (disable database) option for msfconsole, gives 33% startup time reduction 2010-08-05 02:24:40 +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 add preliminary support for the new java payloads. Working meterpreter and shell stages with tcp bind and reverse stagers, see #406 2010-08-20 07:01:23 +00:00
encoder.rb add special encoder for piranha_passwd_exec vuln (rh62) 2010-06-24 22:36:51 +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 alias for calling Msf::Exploit regenerate_payload explicitly -- fixes #2312 2010-08-03 15:14:34 +00:00
exploit.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
exploit_driver.rb further clean up exception handling / session waiting for exploits 2010-07-21 23:25:20 +00:00
framework.rb Fixes #2444. Adds an ExploitedHost table, adds the db_exploited command, adds the report_exploit() function. 2010-08-24 21:57:04 +00:00
handler.rb Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
model.rb make sure attachments are included 2010-09-16 08:43:08 +00:00
module.rb remove rails dependency from module.replicant 2010-08-07 05:57:58 +00:00
module_manager.rb standardize job context as an Array and always copy datastore for jobs. fixes #2096 and fixes #2098 2010-07-01 22:02:46 +00:00
nop.rb Code cleanups 2008-10-19 21:03:39 +00:00
option_container.rb remove to_s methods that reference a non-existent attribute. fixes .inspect on instances of Opt*. I have no idea how this bug never showed up before 2010-07-01 21:52:30 +00:00
option_container.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
payload.rb generate returning nil in payload.size 2010-08-20 20:35:48 +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
rpc.rb Add plugin support to rpc. Fixes #2292 2010-08-28 18:21:17 +00:00
session.rb Store the module instance itself in an accessor on the session. You have to be careful when using this, as the contents can change if the owner of the module is still working with it. 2010-09-20 03:51:38 +00:00
session_manager.rb Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility 2010-05-20 20:42:17 +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 Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility 2010-05-20 20:42:17 +00:00