module MetasploitDataModels::AutomaticExploitation

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.

Public Class Methods

table_name_prefix() click to toggle source

The prefix of the `ActiveRecord::Base#table_name` of subclasses in this namespace.

@return [String]

# File lib/metasploit_data_models/automatic_exploitation.rb, line 22
def self.table_name_prefix
  'automatic_exploitation_'
end