Sha256: 95736a864ce57f65e1e2e734785d31ce65f5ccdd277357efe56f2b4286f42190
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 Bytes
Contents
# Network route that goes through a {#session} to allow accessing IPs on the remote end of the session. class Mdm::Route < ActiveRecord::Base # # Associations # # The session over which this route traverses. belongs_to :session, class_name: 'Mdm::Session', inverse_of: :routes # # Attributes # # @!attribute netmask # The netmask for this route. # # @return [String] # @!attribute subnet # The subnet for this route. # # @return [String] Metasploit::Concern.run(self) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
metasploit_data_models-0.24.4 | app/models/mdm/route.rb |
metasploit_data_models-0.24.3 | app/models/mdm/route.rb |
metasploit_data_models-0.24.2 | app/models/mdm/route.rb |