Sha256: 4a0aa2a90a9e28019e197663939b1debed8a6a95609e38c21303098ba4e03c9d
Contents?: true
Size: 919 Bytes
Versions: 45
Compression:
Stored size: 919 Bytes
Contents
# Namespace for automatic exploitation. Automatic exploitation # {MetasploitDataModels::AutomaticExploitation::Match matches} # {MetasploitDataModels::AutomaticExploitation::Match#matchable services or vulnerbatility} with the # {MetasploitDataModels::AutomaticExploitation::Match#module_detail Metasploit Module} that can exploit the service or # vulnerability. These matches are grouped into a {MetasploitDataModels::AutomaticExploitation::MatchSet a set} that # can be {MetasploitDataModels::AutomaticExploitation::Run run} multiple times. module MetasploitDataModels::AutomaticExploitation extend ActiveSupport::Autoload autoload :Match autoload :MatchResult autoload :MatchSet autoload :Run # # Module Methods # # The prefix of the `ActiveRecord::Base#table_name` of subclasses in this namespace. # # @return [String] def self.table_name_prefix 'automatic_exploitation_' end end
Version data entries
45 entries across 45 versions & 1 rubygems