Class: Mdm::ExploitedHost Deprecated
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::ExploitedHost
- Defined in:
- app/models/mdm/exploited_host.rb
Overview
Deprecated.
use ExploitAttempt instead.
When a #host or #service on a #host is exploited.
Instance Attribute Summary collapse
-
#name ⇒ String
Name of exploit.
-
#payload ⇒ String
Full name of the payload module used to exploit the #host or #service on #host.
-
#session_uuid ⇒ String
deprecated
Deprecated.
Sessions no longer have UUIDs. They have Session#local_id that reflects the in-memory Msf::Session ID and an in-database Session#id.
Instance Attribute Details
#name ⇒ String
Name of exploit.
|
# File 'app/models/mdm/exploited_host.rb', line 23
|
#payload ⇒ String
Full name of the payload module used to exploit the #host or #service on #host.
|
# File 'app/models/mdm/exploited_host.rb', line 28
|
#session_uuid ⇒ String
Deprecated.
Sessions no longer have UUIDs. They have Session#local_id that reflects the in-memory Msf::Session ID and an in-database Session#id.
UUID of local session.
41 |
# File 'app/models/mdm/exploited_host.rb', line 41 Metasploit::Concern.run(self) |