metasploit-framework/lib/msf/core
sinn3r 5092152949 Fix the broken reload_modules method
When using the reload_all command, the framework will trigger an
'undefined method module_history' error, because we're missing
an accessor.

Also, even though reload_modules returns "counts". That actually
returns a hash instead of a real count of modules... the return
value is also never actually used anywhere.  But to make this
part not broken, we return the actual count.
2012-06-28 11:39:14 -05:00
..
auxiliary Default mime-types to octet-stream 2012-06-13 14:48:58 -05:00
encoder more spaces at EOL 2011-11-20 12:01:19 +11:00
encoding massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
exploit 'Size' may not exist in certain PDF structure. 2012-06-26 16:09:13 -05:00
handler Adding @schierlm 's AES encryption for Java 2012-06-11 16:13:25 -05:00
module Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
patches This ports two active_record patches over that deal with database thread pooling 2012-04-23 02:37:47 -05:00
payload Correct reflective DLL references 2012-05-14 15:17:03 -05:00
post Remove nils before sorting 2012-06-20 10:44:36 -06:00
rpc/v10 Unbreak loadpath 2012-06-25 16:37:16 -06:00
session Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
auxiliary.rb This removes the abortive_close code for stream sockets, it was leading to inconsistencies in how dead sessions were cleaned up 2011-05-03 03:59:02 +00:00
constants.rb Create a stable branch of vmware-api 2012-02-15 21:25:56 -06:00
data_store.rb Revert the previous global fix in favor of a different method. 2012-03-07 07:37:36 -06:00
db.rb Add a fail_message to attempts and fix bugs 2012-06-19 00:48:39 -05:00
db_export.rb Export exploit_attempts & module_details, fix mixin load 2012-06-18 01:13:57 -05:00
db_manager.rb Export exploit_attempts & module_details, fix mixin load 2012-06-18 01:13:57 -05:00
encoded_payload.rb Add support for EXE::Custom in EncodedPayload#encoded_exe 2012-04-16 12:09:25 -06:00
encoder.rb Added module plus encoder for CVE-2012-2329 2012-06-15 00:29:52 +02:00
event_dispatcher.rb Space at EOF cleanup 2012-05-24 16:28:20 -06:00
exceptions.rb spaces at EOL in core stuff 2011-11-20 12:10:08 +11:00
exceptions.rb.ut.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
exploit.rb New failure_reason messages 2012-06-19 13:31:39 -05:00
exploit.rb.ut.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
exploit_driver.rb Handle unreachable errors better 2012-06-25 03:29:30 -05:00
framework.rb Bump versions to 4.4.0-dev 2012-05-01 00:43:06 -05:00
handler.rb Merge in recent meterpreter work. These are not the commits you are looking for (more info on what all this is later this week). 2011-06-28 21:26:43 +00:00
module.rb Rdoc fixes 2012-06-06 17:04:54 -06:00
module_manager.rb Fix the broken reload_modules method 2012-06-28 11:39:14 -05:00
nop.rb spaces at EOL in core stuff 2011-11-20 12:10:08 +11:00
option_container.rb Space at EOF cleanup 2012-05-24 16:28:20 -06:00
option_container.rb.ut.rb spaces at EOL in core stuff 2011-11-20 12:10:08 +11:00
payload.rb Account for stagers that use Assembly 2012-03-30 17:57:56 -06:00
payload_set.rb Switch to a MDM/SQL-based module cache 2012-06-16 14:51:09 -05:00
plugin.rb spaces at EOL in core stuff 2011-11-20 12:10:08 +11:00
plugin_manager.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
post.rb Use an exponential function for session grabbing 2012-04-16 20:56:55 -05:00
rpc.rb Add plugin support to rpc. Fixes #2292 2010-08-28 18:21:17 +00:00
session.rb Wrap more database usage in with_connection block 2012-04-19 23:51:20 -06:00
session_manager.rb Add vuln_attempts, track exploit attempts when a matching vuln exists. 2012-06-10 03:15:48 -05: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 massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
thread_manager.rb Make use of the new ActiveRecord 3.x concurrency contract 2012-04-19 14:21:21 -06:00