Class: Mdm::Module::Target
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::Module::Target
- Defined in:
- app/models/mdm/module/target.rb
Overview
A potential target for a exploit Metasploit Module. Targets can change options including offsets for ROP chains to tune an exploit to work with different system libraries and versions.
Instance Attribute Summary collapse
-
#index ⇒ Integer
The index of this target in the exploit Metasploit Module's list of targets.
-
#name ⇒ String
The name of this target.
Instance Attribute Details
#index ⇒ Integer
The index of this target in the exploit Metasploit Module's list of targets. The index is used for target selection.
|
# File 'app/models/mdm/module/target.rb', line 17
|
#name ⇒ String
The name of this target.
|
# File 'app/models/mdm/module/target.rb', line 23
|