Methods

Class/Module Index [+]

Quicksearch

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
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb, line 26
def cleanup
        super

        if pfservice
                pfservice.deref
        end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.