Class: Mdm::Module::Target

Inherits:
ApplicationRecord
  • Object
show all
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

Instance Attribute Details

#indexInteger

The index of this target in the exploit Metasploit Module's list of targets. The index is used for target selection.

Returns:

  • (Integer)


# File 'app/models/mdm/module/target.rb', line 17

#nameString

The name of this target.

Returns:

  • (String)


# File 'app/models/mdm/module/target.rb', line 23