Class: Mdm::ExploitedHost Deprecated

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

Instance Attribute Details

#nameString

Name of exploit.

Returns:

  • (String)


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

#payloadString

Full name of the payload module used to exploit the #host or #service on #host.

Returns:

  • (String)


# File 'app/models/mdm/exploited_host.rb', line 28

#session_uuidString

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.

Returns:

  • (String)


41
# File 'app/models/mdm/exploited_host.rb', line 41

Metasploit::Concern.run(self)