Module: MetasploitDataModels::AutomaticExploitation

Extended by:
ActiveSupport::Autoload
Defined in:
lib/metasploit_data_models/automatic_exploitation.rb

Overview

Namespace for automatic exploitation. Automatic exploitation matches services or vulnerbatility with the Metasploit Module that can exploit the service or vulnerability. These matches are grouped into a a set that can be run multiple times.

Defined Under Namespace

Classes: Match, MatchResult, MatchSet, Run

Class Method Summary collapse

Class Method Details

.table_name_prefixString

The prefix of the ApplicationRecord#table_name of subclasses in this namespace.

Returns:

  • (String)


22
23
24
# File 'lib/metasploit_data_models/automatic_exploitation.rb', line 22

def self.table_name_prefix
  'automatic_exploitation_'
end