Class: Mdm::SessionEvent

Inherits:
ActiveRecord::Base
  • 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.



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


#created_atDateTime

When this event occurred.



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


#etypeString

The type of the event.



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


#local_pathString

The current local directory when #command was run.



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


#outputString

The #output of running #command.



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


#remote_pathString

The current remote directory when #command was run.



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

Metasploit::Concern.run(self)