Class: Mdm::Module::Action
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::Module::Action
- 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
-
#name ⇒ String
The name of this action.
Instance Attribute Details
#name ⇒ String
The name of this action.
|
# File 'app/models/mdm/module/action.rb', line 20
|