Class: Mdm::SessionEvent

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/session_event.rb

Overview

Events that occurred when using a #session.

Instance Attribute Summary collapse

Instance Attribute Details

#commandString

The command that was run through the session that triggered this event.

Returns:

  • (String)


# File 'app/models/mdm/session_event.rb', line 13

#created_atDateTime

When this event occurred.

Returns:

  • (DateTime)


# File 'app/models/mdm/session_event.rb', line 18

#etypeString

The type of the event.

Returns:

  • (String)


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

#local_pathString

The current local directory when #command was run.

Returns:

  • (String)


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

#outputString

The #output of running #command.

Returns:

  • (String)


# File 'app/models/mdm/session_event.rb', line 33

#remote_pathString

The current remote directory when #command was run.

Returns:

  • (String)


43
# File 'app/models/mdm/session_event.rb', line 43

Metasploit::Concern.run(self)