metasploit-framework/lib/msf/core/module
sinn3r 846dbc7432 Fix #4163 - Update merge_check_key to keep up with 2.1.4 change
The merge_check_key method (found in Msf::Module::ModuleInfo)) uses
respond_to? to check is our object includes a merge_info_description
method before merging descriptions. The respond_to? method in 2.1.4
by default no longer checks private and protected methods, and this
is breaking our merge_check_key method.

Fix #4163
2014-11-12 13:46:14 -06:00
..
ui Extract Msf::Module::UI::*::Verbose and shared examples 2014-10-16 10:05:45 -05:00
arch.rb arch -> Msf::Module::Arch 2014-10-16 13:21:11 -05:00
author.rb Extract Msf::Module::Author 2014-10-17 11:17:12 -05:00
auxiliary_action.rb Retab lib 2013-08-30 16:28:33 -05:00
compatibility.rb Fully-qualifiy Msf::MODULE_TYPES constants 2014-10-17 12:43:40 -05:00
data_store.rb Extract Msf::Module::DataStore 2014-10-16 09:03:23 -05:00
deprecated.rb Add 'coding: binary' to all msf/rex library files 2014-08-17 17:31:53 -05:00
failure.rb Extract Msf::Module::Failure 2014-10-16 09:02:55 -05:00
full_name.rb Extract Msf::Module::FullName 2014-10-16 15:24:59 -05:00
has_actions.rb Retab lib 2013-08-30 16:28:33 -05:00
module_info.rb Fix #4163 - Update merge_check_key to keep up with 2.1.4 change 2014-11-12 13:46:14 -06:00
module_store.rb Extract Msf::Module::ModuleStore 2014-10-16 09:03:07 -05:00
network.rb Extract Msf::Module::Network 2014-10-16 15:51:59 -05:00
options.rb Extract Msf::Module::Options 2014-10-16 11:14:42 -05:00
platform.rb Fix comment.{ 2014-01-02 10:48:28 -06:00
platform_list.rb Retab lib 2013-08-30 16:28:33 -05:00
privileged.rb Extract Msf::Module::Privileged 2014-10-17 11:45:03 -05:00
ranking.rb Fully-qualified Msf::NormalRanking in Msf::Module::Ranking 2014-10-17 13:58:57 -05:00
reference.rb Check module references 2014-11-05 09:57:13 -06:00
search.rb Extract Msf::Module::Search 2014-10-16 15:27:54 -05:00
target.rb AppendEncoder 2014-02-04 15:41:10 +00:00
type.rb Fully-qualifiy Msf::MODULE_TYPES constants 2014-10-17 12:43:40 -05:00
ui.rb Extract Msf::Module::UI::Line 2014-10-16 09:50:07 -05:00
uuid.rb Extract Msf::Module::UUID 2014-10-17 11:31:56 -05:00