module Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Stdapi::Net::PortForwardTracker

This module is used to extend the meterpreter session so that local port forwards can be tracked and cleaned up when the meterpreter session goes away

Attributes

pfservice[RW]

Public Instance Methods

cleanup() click to toggle source
Calls superclass method
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb, line 26
def cleanup
  super

  if pfservice
    pfservice.deref
  end
end