Class: Mdm::Route

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

Overview

Network route that goes through a #session to allow accessing IPs on the remote end of the session.

Instance Attribute Summary collapse

Instance Attribute Details

#netmaskString

The netmask for this route.

Returns:

  • (String)


# File 'app/models/mdm/route.rb', line 17

#subnetString

The subnet for this route.

Returns:

  • (String)


27
# File 'app/models/mdm/route.rb', line 27

Metasploit::Concern.run(self)