Class: Mdm::Module::Action

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/module/action.rb

Overview

Actions that auxiliary or post Metasploit Modules can perform. Actions are used to select subcommand-like behavior implemented by the same Metasploit Nodule. The semantics of a given action are specific to a given Metasploit Module: if two Metasploit Modules have actions with the same name, no similarity should be assumed between those two actions or Metasploit Modules.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of this action.

Returns:

  • (String)


# File 'app/models/mdm/module/action.rb', line 20