Class: Mdm::SessionEvent
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::SessionEvent
- Defined in:
- app/models/mdm/session_event.rb
Overview
Events that occurred when using a #session.
Instance Attribute Summary collapse
-
#command ⇒ String
The command that was run through the session that triggered this event.
-
#created_at ⇒ DateTime
When this event occurred.
-
#etype ⇒ String
The type of the event.
-
#local_path ⇒ String
The current local directory when #command was run.
- #output ⇒ String
-
#remote_path ⇒ String
The current remote directory when #command was run.
Instance Attribute Details
#command ⇒ String
The command that was run through the session that triggered this event.
|
# File 'app/models/mdm/session_event.rb', line 13
|
#created_at ⇒ DateTime
When this event occurred.
|
# File 'app/models/mdm/session_event.rb', line 18
|
#etype ⇒ String
The type of the event.
|
# File 'app/models/mdm/session_event.rb', line 23
|
#local_path ⇒ String
The current local directory when #command was run.
|
# File 'app/models/mdm/session_event.rb', line 28
|
#remote_path ⇒ String
The current remote directory when #command was run.
43 |
# File 'app/models/mdm/session_event.rb', line 43 Metasploit::Concern.run(self) |