Class: Mdm::WmapTarget
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::WmapTarget
- Defined in:
- app/models/mdm/wmap_target.rb
Overview
WMAP target. WMAP is a plugin to metasploit-framework.
Instance Attribute Summary collapse
-
#address ⇒ String
The IP address for this target.
-
#created_at ⇒ DateTime
When this target was created.
-
#host ⇒ String
Name of this target.
-
#port ⇒ Integer
Port on this target to send requests.
-
#selected ⇒ Integer
Whether this target should be sent requests.
-
#ssl ⇒ Integer
Version of SSL to use when sending requests to this target.
-
#updated_at ⇒ DateTime
The last time this target was updated.
Instance Attribute Details
#address ⇒ String
Note:
Necessary to avoid coercion to an IPAddr
object.
The IP address for this target.
|
# File 'app/models/mdm/wmap_target.rb', line 7
|
#created_at ⇒ DateTime
When this target was created.
|
# File 'app/models/mdm/wmap_target.rb', line 12
|
#host ⇒ String
Name of this target.
|
# File 'app/models/mdm/wmap_target.rb', line 17
|
#port ⇒ Integer
Port on this target to send requests.
|
# File 'app/models/mdm/wmap_target.rb', line 22
|
#selected ⇒ Integer
Whether this target should be sent requests.
|
# File 'app/models/mdm/wmap_target.rb', line 27
|
#ssl ⇒ Integer
Version of SSL to use when sending requests to this target.
|
# File 'app/models/mdm/wmap_target.rb', line 32
|
#updated_at ⇒ DateTime
The last time this target was updated.
|
# File 'app/models/mdm/wmap_target.rb', line 37
|