Initializes an instance of the priv command interaction.
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb, line 33definitialize(shell)
superDispatchers.each { |d|shell.enstack_dispatcher(d)
}
end
Public Instance Methods
commands()click to toggle source
List of supported commands.
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb, line 44defcommands
{
}
end
name()click to toggle source
Name for this dispatcher
# File lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb, line 52defname"Privilege Escalation"end