Class: Mdm::Client
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::Client
- Defined in:
- app/models/mdm/client.rb
Overview
Client used for report_client
in metasploit-framework Metasploit Modules.
User Agent collapse
-
#ua_name ⇒ String
Parsed name from user agent string.
-
#ua_string ⇒ String
Raw user agent string from client browser.
-
#ua_ver ⇒ String
Version of user agent.
Instance Attribute Summary collapse
-
#created_at ⇒ DateTime
When this client was created.
-
#updated_at ⇒ DateTime
When this client was last updated.
Instance Attribute Details
#created_at ⇒ DateTime
When this client was created.
|
# File 'app/models/mdm/client.rb', line 16
|
#ua_string ⇒ String
Raw user agent string from client browser
|
# File 'app/models/mdm/client.rb', line 35
|
#ua_ver ⇒ String
Version of user agent.
|
# File 'app/models/mdm/client.rb', line 40
|
#updated_at ⇒ DateTime
When this client was last updated.
|
# File 'app/models/mdm/client.rb', line 21
|